We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02b8532 commit bd25de8Copy full SHA for bd25de8
build/scripts/Targets.fs
@@ -96,7 +96,7 @@ let private generateApiChanges (arguments:ParseResults<Arguments>) =
96
Path.Combine(output, f)
97
let directory =
98
match p with
99
- | "Elastic.VirtualizedCluster" -> $".artifacts/bin/%s{p}/bin/release"
+ | "Elastic.Transport.VirtualizedCluster" -> $".artifacts/bin/%s{p}/bin/release"
100
| _ -> $".artifacts/bin/%s{p}/bin/release_%s{Paths.MainTFM}"
101
102
let args =
0 commit comments