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
19e6ad3fe0
commit
f39691d155
4
.github/workflows/test-dotnet.yml
vendored
4
.github/workflows/test-dotnet.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
dotnet-version: [2.1, 2.2, 3.1, 5.0]
|
dotnet-version: ['2.1', '2.2', '3.0', 3.1', '5.0']
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
@ -28,4 +28,4 @@ jobs:
|
|||||||
- name: Setup dotnet ${{ matrix.dotnet-version }}
|
- name: Setup dotnet ${{ matrix.dotnet-version }}
|
||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
dotnet-version: "${{ matrix.dotnet-version }}"
|
dotnet-version: ${{ matrix.dotnet-version }}
|
Loading…
Reference in New Issue
Block a user