mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Debug
This commit is contained in:
parent
53b5bae1f6
commit
2d640ec739
8
.github/workflows/workflow.yml
vendored
8
.github/workflows/workflow.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Clear installed dotnet versions
|
||||
- name: Remove installed dotnet versions
|
||||
shell: pwsh
|
||||
run: __tests__/clear-installed-dotnet.ps1 ${{ runner.os }}
|
||||
# Side-by-side install of 2.2 and 3.1 used for the test project
|
||||
@ -67,7 +67,7 @@ jobs:
|
||||
run: __tests__/verify-dotnet.ps1 3.1.201 2.2.402
|
||||
|
||||
# 2.0, 3.0, 5.0 needs to be in single quotes to interpret as a string instead of as an integer
|
||||
- name: Clear installed dotnet versions
|
||||
- name: Remove installed dotnet versions
|
||||
shell: pwsh
|
||||
run: __tests__/clear-installed-dotnet.ps1 ${{ runner.os }}
|
||||
- name: Setup dotnet '3.1'
|
||||
@ -82,7 +82,7 @@ jobs:
|
||||
run: __tests__/verify-dotnet.ps1 3.1
|
||||
|
||||
# Dotnet .x version install
|
||||
- name: Clear installed dotnet versions
|
||||
- name: Remove installed dotnet versions
|
||||
shell: pwsh
|
||||
run: __tests__/clear-installed-dotnet.ps1 ${{ runner.os }}
|
||||
- name: Setup dotnet 3.1.x
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
run: __tests__/verify-dotnet.ps1 3.1
|
||||
|
||||
# Dotnet .* version install
|
||||
- name: Clear installed dotnet versions
|
||||
- name: Remove installed dotnet versions
|
||||
shell: pwsh
|
||||
run: __tests__/clear-installed-dotnet.ps1 ${{ runner.os }}
|
||||
- name: Setup dotnet 3.1.*
|
||||
|
Loading…
Reference in New Issue
Block a user