Skip to content

Bump Verify.Xunit from 24.1.0 to 25.0.4 #21

Bump Verify.Xunit from 24.1.0 to 25.0.4

Bump Verify.Xunit from 24.1.0 to 25.0.4 #21

Workflow file for this run

name: Publish AOTCompatibility testApp
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: [ ubuntu-latest ]
version: [ net8.0 ]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # fetching all
- name: Setup dotnet
uses: actions/setup-dotnet@v4
- name: publish AOT testApp, assert static analysis warning count, and run the app
shell: pwsh
run: .\test-aot-compatibility.ps1 ${{ matrix.version }}