Skip to content

Commit

Permalink
Update nuget-upload.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
splitice committed Jan 1, 2024
1 parent ad36aee commit 2e9cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nuget-upload.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ if [[ $VERSION =~ $re ]]; then
fi

dotnet pack --configuration Release /p:Version=$VERSION_STR
#dotnet nuget push */bin/Release/*.nupkg --api-key $NUGET_API_KEY -s https://www.nuget.org/api/v2/package
dotnet nuget push */bin/Release/*.nupkg --api-key "$NUGET_API_KEY" --source https://www.nuget.org/api/v2/package

0 comments on commit 2e9cc5e

Please sign in to comment.