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 e231977 commit 4f469e5Copy full SHA for 4f469e5
tools/publish-nupkg.ps1
@@ -22,7 +22,7 @@ echo PackageVersion:$($version -as [string])
22
echo Version:$($ver -as [string])
23
#dotnet clean
24
25
-dotnet build ./Src/SoundFlow.csproj -c Release -p:Platform="Any CPU" -p:Version=$($ver -as [string]) -p:PackageVersion=$($version -as [string]) -p:GeneratePackageOnBuild=true
26
-cp ./**/bin/Release/*.nupkg ./out
+dotnet pack ./Src/SoundFlow.csproj -c Release -p:Platform="Any CPU" -p:Version=$($ver -as [string]) -p:PackageVersion=$($version -as [string]) -p:GeneratePackageOnBuild=True
+Copy-Item -Recurse -Force "./**/bin/**/Release/*.nupkg" ./out
27
28
Get-ChildItem ./out
0 commit comments