mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 19:47:12 +00:00
Debug
This commit is contained in:
parent
c8cb48ba8b
commit
131ac602dc
1 changed files with 3 additions and 0 deletions
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
|
|
@ -83,6 +83,7 @@ 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,6 +108,7 @@ 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,6 +133,7 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue