This commit is contained in:
Vladimir Safonkin 2021-02-04 09:38:45 +03:00
parent 5dcd27b0bc
commit a0f70ab98c

View File

@ -83,7 +83,6 @@ jobs:
uses: ./
with:
dotnet-version: '3.1'
source-url: https://api.nuget.org/v3/index.json
- name: Verify dotnet
if: runner.os != 'windows'
run: __tests__/verify-dotnet.sh 3.1
@ -107,7 +106,6 @@ jobs:
uses: ./
with:
dotnet-version: 3.1.x
source-url: https://api.nuget.org/v3/index.json
- name: Verify dotnet
if: runner.os != 'windows'
run: __tests__/verify-dotnet.sh 3.1
@ -131,7 +129,6 @@ jobs:
uses: ./
with:
dotnet-version: 3.1.*
source-url: https://api.nuget.org/v3/index.json
- name: Verify dotnet
if: runner.os != 'windows'
run: __tests__/verify-dotnet.sh 3.1