mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-05 21:17:07 +00:00
Debug
This commit is contained in:
parent
f311b6d978
commit
d99c06115d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test-dotnet.yml
vendored
2
.github/workflows/test-dotnet.yml
vendored
|
|
@ -33,4 +33,4 @@ jobs:
|
|||
shell: pwsh
|
||||
run: |
|
||||
$version = & dotnet --version
|
||||
if (-not $version.StartsWith(${{ matrix.dotnet-version }})) { throw "Unexpected version" }
|
||||
if (-not $version.StartsWith("${{ matrix.dotnet-version }}")) { throw "Unexpected version" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue