mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 00:17:08 +00:00
Fix Proxy env issue
This commit is contained in:
parent
540f47615b
commit
5eb3863f79
1 changed files with 1 additions and 0 deletions
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
|
|
@ -218,6 +218,7 @@ jobs:
|
|||
source-url: https://api.nuget.org/v3/index.json
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: NOTATOKEN
|
||||
DOTNET_SYSTEM_GLOBALIZATION_INVARIANT: true
|
||||
- name: Verify dotnet
|
||||
run: __tests__/verify-dotnet.sh 3.1.201
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue