8000
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 fd59191 commit 2f50c11Copy full SHA for 2f50c11
.github/workflows/release-build.yml
@@ -63,4 +63,4 @@ jobs:
63
NUGET_AUTH_TOKEN: ${{ secrets.nugetpush_access_token }}
64
DOTNET_CLI_TELEMETRY_OPTOUT: 1
65
run: |
66
- dir .\BuildOutput\NuGet\*.nupkg | %{dotnet nuget push $_ -k $env:NUGET_AUTH_TOKEN -s 'https://api.nuget.org/v3/index.json' -n }
+ dir .\BuildOutput\NuGet\*.nupkg | %{dotnet nuget push $_ -k $env:NUGET_AUTH_TOKEN -s 'https://api.nuget.org/v3/index.json' -n true}
0 commit comments