This commit is contained in:
Vladimir Safonkin 2021-02-04 10:06:12 +03:00
parent 059f1aa99b
commit 24ed2d0102

View File

@ -62,7 +62,8 @@ jobs:
- name: Verify nuget config file
shell: pwsh
run: |
if (-Not (Test-Path "./nuget.config")) { throw "nuget file not generated correctly" }
Get-ChildItem .
# 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