Run AOT CI on Ubuntu. (#4734)

This commit is contained in:
Yun-Ting Lin 2023-08-02 14:42:51 -07:00 committed by GitHub
parent f148e11896
commit 01c38568df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
os: [ windows-latest ]
os: [ ubuntu-latest ]
version: [ net7.0 ]
runs-on: ${{ matrix.os }}

View File

@ -7,6 +7,7 @@ foreach ($line in $($publishOutput -split "`r`n"))
{
if ($line -like "*analysis warning IL*")
{
Write-Host $line
$actualWarningCount += 1
}
}