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 db0cd18 commit 48640fdCopy full SHA for 48640fd
.github/workflows/build.yml
@@ -68,16 +68,7 @@ jobs:
68
run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed/index.json --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
69
shell: pwsh
70
- name: 'Dotnet NuGet Push'
71
- # Workaround bug when pushing to GitHub Packages. See https://github.com/NuGet/Home/issues/9775
72
- env:
73
- DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
74
- run: |
75
- $count = 0;
76
- do {
77
- ++$count;
78
- dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate;
79
- }
80
- while ($count -lt 1000 -and $LastExitCode -ne 0)
+ run: dotnet nuget push .\windows-latest\*.nupkg --source GitHub --skip-duplicate
81
82
83
push-nuget:
0 commit comments