mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 06:35:09 +00:00
Update e2e tests to handle cases with RC .NET versions
This commit is contained in:
parent
f32e21fe46
commit
c32f58ecce
2
.github/workflows/workflow.yml
vendored
2
.github/workflows/workflow.yml
vendored
@ -236,7 +236,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
$version = & dotnet --version
|
$version = & dotnet --version
|
||||||
Write-Host "Installed version: $version"
|
Write-Host "Installed version: $version"
|
||||||
if (-not $version.Contains("preview")) { throw "Unexpected version" }
|
if (-not ($version.Contains("preview") -or $version.Contains("rc"))) { throw "Unexpected version" }
|
||||||
|
|
||||||
test-proxy:
|
test-proxy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
Loading…
x
Reference in New Issue
Block a user