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
9427b17c42
commit
f311b6d978
7
.github/workflows/test-dotnet.yml
vendored
7
.github/workflows/test-dotnet.yml
vendored
@ -28,4 +28,9 @@ 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 }}
|
||||||
|
- name: Check installed version
|
||||||
|
shell: pwsh
|
||||||
|
run: |
|
||||||
|
$version = & dotnet --version
|
||||||
|
if (-not $version.StartsWith(${{ matrix.dotnet-version }})) { throw "Unexpected version" }
|
Loading…
Reference in New Issue
Block a user