Skip to content

Commit

Permalink
[fix] dotnet nuget push
Browse files Browse the repository at this point in the history
- adds an environment variable to disable SocketsHttpHandler and use legacy HttpClientHandler. Click [here](NuGet/Home#9775 (comment)) to read more.
  • Loading branch information
roshangautam committed Aug 21, 2020
1 parent 6c98201 commit 288b0ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ on:
pull_request:
branches: [ master ]

env:
DOTNET_NOLOGO: true
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true

jobs:
build:

Expand Down

0 comments on commit 288b0ed

Please sign in to comment.