Add a dummy token for nuget

This commit is contained in:
Zachary Eisinger 2020-09-02 10:46:01 -07:00
parent 36048ec573
commit e9937392d9

View File

@ -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