Skip to content

MIME Compliance Logger #497

MIME Compliance Logger

MIME Compliance Logger #497

name: AOT Compatibility
on:
push:
branches: [ 'master' ]
paths-ignore:
- '**.md'
pull_request:
branches: [ 'master' ]
paths-ignore:
- '**.md'
jobs:
aot-test:
strategy:
fail-fast: false # ensures the entire test matrix is run, even if one permutation fails
matrix:
os: [ windows-latest ]
mimekitlite: [ true ]
runs-on: ${{ matrix.os }}
steps:
- name: Setup/Install the .NET SDKs
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
8.0.x
10.0.x
- name: Checkout repository
uses: actions/checkout@v6
with:
fetch-depth: 0 # fetching all
- name: Publish AOT testApp, assert static analysis warning count, and run the app
shell: pwsh
run: .\scripts\test-aot-compatibility.ps1 ${{ matrix.mimekitlite }}