Skip to content

Commit

Permalink
Verify native AoT on Windows
Browse files Browse the repository at this point in the history
Add Windows to the matrix for verifying AoT support.
  • Loading branch information
martincostello committed Feb 1, 2024
1 parent f60a08b commit a9652e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/verifyaotcompat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
os: [ ubuntu-latest ]
os: [ ubuntu-latest, windows-latest ]
version: [ net8.0 ]

runs-on: ${{ matrix.os }}
Expand All @@ -19,4 +19,3 @@ jobs:
- name: publish AOT testApp, assert static analysis warning count, and run the app
shell: pwsh
run: .\build\test-aot-compatibility.ps1 ${{ matrix.version }}

0 comments on commit a9652e7

Please sign in to comment.