diff --git a/.github/workflows/test-dotnet.yml b/.github/workflows/test-dotnet.yml index 248ec3a..5922828 100644 --- a/.github/workflows/test-dotnet.yml +++ b/.github/workflows/test-dotnet.yml @@ -33,4 +33,4 @@ jobs: shell: pwsh run: | $version = & dotnet --version - if (-not $version.StartsWith(${{ matrix.dotnet-version }})) { throw "Unexpected version" } \ No newline at end of file + if (-not $version.StartsWith("${{ matrix.dotnet-version }}")) { throw "Unexpected version" } \ No newline at end of file