mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-06 03:17:06 +00:00
Debug
This commit is contained in:
parent
9427b17c42
commit
f311b6d978
1 changed files with 6 additions and 1 deletions
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 }}
|
||||
uses: ./
|
||||
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…
Add table
Add a link
Reference in a new issue