There was an error while loading. Please reload this page.
1 parent 4f469e5 commit dd31970Copy full SHA for dd31970
1 file changed
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 pack ./Src/SoundFlow.csproj -c Release -p:Platform="Any CPU" -p:Version=$($ver -as [string]) -p:PackageVersion=$($version -as [string]) -p:GeneratePackageOnBuild=True
+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
Copy-Item -Recurse -Force "./**/bin/**/Release/*.nupkg" ./out
27
28
Get-ChildItem ./out
0 commit comments