Skip to content

Commit dd31970

Browse files
committed
ci: fix nuget build script
1 parent 4f469e5 commit dd31970

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/publish-nupkg.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ echo PackageVersion:$($version -as [string])
2222
echo Version:$($ver -as [string])
2323
#dotnet clean
2424

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
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
2626
Copy-Item -Recurse -Force "./**/bin/**/Release/*.nupkg" ./out
2727

2828
Get-ChildItem ./out

0 commit comments

Comments
 (0)