Skip to content

Commit

Permalink
Workaround bug when pushing to GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanSaeed committed Aug 28, 2020
1 parent 48132cb commit a3e4da6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ jobs:
run: dotnet nuget add source https://nuget.pkg.github.com/RehanSaeed/index.json --name GitHub --username RehanSaeed --password ${{secrets.GITHUB_TOKEN}}
shell: pwsh
- name: 'Dotnet NuGet Push'
# Workaround bug when pushing to GitHub Packages. See https://github.com/NuGet/Home/issues/9775
env:
DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER: 0
run: |
$count = 0;
do {
Expand Down

0 comments on commit a3e4da6

Please sign in to comment.