mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-04-05 14:59:49 +00:00
Debug
This commit is contained in:
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" }
|
Reference in New Issue
Block a user