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
d99c06115d
commit
c32ed2108b
1
.github/workflows/test-dotnet.yml
vendored
1
.github/workflows/test-dotnet.yml
vendored
@ -33,4 +33,5 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
$version = & dotnet --version
|
||||
Write-Host "Installed version: $version"
|
||||
if (-not $version.StartsWith("${{ matrix.dotnet-version }}")) { throw "Unexpected version" }
|
Loading…
Reference in New Issue
Block a user