Debug
This commit is contained in:
parent
f311b6d978
commit
d99c06115d
|
@ -33,4 +33,4 @@ jobs:
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
$version = & dotnet --version
|
$version = & dotnet --version
|
||||||
if (-not $version.StartsWith(${{ matrix.dotnet-version }})) { throw "Unexpected version" }
|
if (-not $version.StartsWith("${{ matrix.dotnet-version }}")) { throw "Unexpected version" }
|
Loading…
Reference in New Issue