This commit is contained in:
Vladimir Safonkin 2021-02-05 10:32:37 +03:00
parent f311b6d978
commit d99c06115d

View File

@ -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" }