mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 03:51:07 +07:00
Debug
This commit is contained in:
parent
5dcd27b0bc
commit
a0f70ab98c
3
.github/workflows/workflow.yml
vendored
3
.github/workflows/workflow.yml
vendored
@ -83,7 +83,6 @@ 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,7 +106,6 @@ 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,7 +129,6 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user