pull/165/head
Vladimir Safonkin 5 years ago
parent d99c06115d
commit c32ed2108b

@ -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…
Cancel
Save