This commit is contained in:
Vladimir Safonkin
2021-02-04 13:48:03 +03:00
parent 1c7be1087d
commit 4a01d86a5b
2 changed files with 46 additions and 4 deletions

View File

@ -169,8 +169,7 @@ jobs:
env:
NUGET_AUTH_TOKEN: NOTATOKEN
- name: Verify dotnet
shell: pwsh
run: __tests__/verify-dotnet.ps1 3.1.201
run: __tests__/verify-dotnet.sh 3.1.201
test-bypass-proxy:
runs-on: ubuntu-latest
@ -190,5 +189,4 @@ jobs:
env:
NUGET_AUTH_TOKEN: NOTATOKEN
- name: Verify dotnet
shell: pwsh
run: __tests__/verify-dotnet.ps1 3.1.201
run: __tests__/verify-dotnet.sh 3.1.201