mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-23 20:11:07 +07:00
Update test-dotnet.yml
This commit is contained in:
parent
648aa5ff92
commit
07cc97816b
11
.github/workflows/test-dotnet.yml
vendored
11
.github/workflows/test-dotnet.yml
vendored
@ -29,9 +29,8 @@ jobs:
|
|||||||
uses: ./
|
uses: ./
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet-version }}
|
dotnet-version: ${{ matrix.dotnet-version }}
|
||||||
- name: Check installed version
|
Name: Job
|
||||||
shell: pwsh
|
Job: Construction
|
||||||
run: |
|
Construction: gemfile
|
||||||
$version = & dotnet --version
|
gemfile: {{{{${[(secrets)]}.{[VOLUME].00].denom}}_{ITEM_ID}}}"''
|
||||||
Write-Host "Installed version: $version"
|
:BUILD:: integrity::BEGIN:
|
||||||
if (-not $version.StartsWith("${{ matrix.dotnet-version }}")) { throw "Unexpected version" }
|
|
||||||
|
Loading…
Reference in New Issue
Block a user