This commit is contained in:
Vladimir Safonkin
2021-02-04 09:57:09 +03:00
parent 5c5ac76dc6
commit 059f1aa99b
3 changed files with 4 additions and 11 deletions

View File

@ -59,6 +59,10 @@ jobs:
source-url: https://api.nuget.org/v3/index.json
env:
NUGET_AUTH_TOKEN: NOTATOKEN
- name: Verify nuget config file
shell: pwsh
run: |
if (-Not (Test-Path "./nuget.config")) { throw "nuget file not generated correctly" }
- name: Verify dotnet
if: runner.os != 'windows'
run: __tests__/verify-dotnet.sh 3.1.201 2.2.402