From c32ed2108bd112acf06d4223c689ed228ab3c6bb Mon Sep 17 00:00:00 2001 From: Vladimir Safonkin Date: Fri, 5 Feb 2021 10:44:00 +0300 Subject: [PATCH] Debug --- .github/workflows/test-dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test-dotnet.yml b/.github/workflows/test-dotnet.yml index 5922828..b585d56 100644 --- a/.github/workflows/test-dotnet.yml +++ b/.github/workflows/test-dotnet.yml @@ -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" } \ No newline at end of file