This commit is contained in:
Vladimir Safonkin 2021-02-04 09:22:50 +03:00
parent c8cb48ba8b
commit 131ac602dc

View File

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