mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 15:40:20 +00:00
Update workflow.yml
removed ver 5.0 from multiple versions test
This commit is contained in:
parent
b4adecf35b
commit
4915c80158
6
.github/workflows/workflow.yml
vendored
6
.github/workflows/workflow.yml
vendored
@ -45,13 +45,13 @@ jobs:
|
|||||||
- name: Clear toolcache
|
- name: Clear toolcache
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
run: __tests__/clear-toolcache.ps1 ${{ runner.os }}
|
||||||
- name: Setup dotnet 2.2.402
|
- name: Setup dotnet 2.2.402 and 3.1.404
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
dotnet-version: '2.2.402 , 3.1.404 , 5.0.100'
|
dotnet-version: '2.2.402,3.1.404'
|
||||||
- name: Verify dotnet
|
- name: Verify dotnet
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: __tests__/verify-dotnet.ps1 ru
|
run: __tests__/verify-dotnet.ps1 2.2.402 3.1.404
|
||||||
|
|
||||||
test-setup-full-version:
|
test-setup-full-version:
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user