mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-18 14:45:09 +00:00
Fix workflow.yml
This commit is contained in:
parent
389dc577bd
commit
da71ad5d36
9
.github/workflows/workflow.yml
vendored
9
.github/workflows/workflow.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
- releases/*
|
||||
- ADRdotnet
|
||||
paths-ignore:
|
||||
- '**.md'
|
||||
|
||||
@ -233,10 +234,10 @@ jobs:
|
||||
- name: Verify preview version
|
||||
shell: pwsh
|
||||
run: |
|
||||
$version = & dotnet --version
|
||||
Write-Host "Installed version: $version"
|
||||
if (-not $version.Contains("preview")) { throw "Unexpected version" }
|
||||
__tests__/verify-dotnet.ps1 $version
|
||||
$version = & dotnet --version
|
||||
Write-Host "Installed version: $version"
|
||||
if (-not $version.Contains("preview")) { throw "Unexpected version" }
|
||||
__tests__/verify-dotnet.ps1 $version
|
||||
|
||||
test-proxy:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user