mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 07:35:10 +00:00
Add a dummy token for nuget
This commit is contained in:
parent
36048ec573
commit
e9937392d9
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -43,6 +43,8 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 3.0.100
|
||||
source-url: https://api.nuget.org/v3/index.json
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: NOTATOKEN
|
||||
- name: Verify dotnet
|
||||
if: runner.os != 'windows'
|
||||
run: __tests__/verify-dotnet.sh 3.0.100
|
||||
@ -72,6 +74,8 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 3.0.100
|
||||
source-url: https://api.nuget.org/v3/index.json
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: NOTATOKEN
|
||||
- name: Verify dotnet
|
||||
run: __tests__/verify-dotnet.sh 3.0.100
|
||||
|
||||
@ -90,5 +94,7 @@ jobs:
|
||||
with:
|
||||
dotnet-version: 3.0.100
|
||||
source-url: https://api.nuget.org/v3/index.json
|
||||
env:
|
||||
NUGET_AUTH_TOKEN: NOTATOKEN
|
||||
- name: Verify dotnet
|
||||
run: __tests__/verify-dotnet.sh 3.0.100
|
||||
|
Loading…
x
Reference in New Issue
Block a user