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 30b6e53 commit a0fd35aCopy full SHA for a0fd35a
tools/publish-nupkg.ps1
@@ -27,6 +27,6 @@ echo Version:$($ver -as [string])
27
#dotnet clean
28
29
dotnet build -c Release -p:Platform="Any CPU" -p:Version=$($ver -as [string]) -p:PackageVersion=$($version -as [string]) -p:GeneratePackageOnBuild=True
30
-Copy-Item -Recurse -Force "./**/bin/**/Release/*.nupkg" ./out
+Copy-Item -Recurse -Force "./**/bin/Release/*.nupkg" ./out
31
32
Get-ChildItem ./out
0 commit comments