Skip to content

πŸ’š fix release workflow #263

πŸ’š fix release workflow

πŸ’š fix release workflow #263

Workflow file for this run

# name: AoT compatibility Workflow
# on:
# push:
# branches:
# - main
# paths-ignore:
# - '**.md'
# pull_request:
# branches:
# - main
# paths-ignore:
# - '**.md'
# jobs:
# build:
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# - name: Setup dotnet 9.0
# uses: actions/setup-dotnet@v3
# with:
# dotnet-version: "9.0.x"
# - name: Publish AOT test app, assert static analysis warning count, and run the app
# shell: pwsh
# run: .\build\test-aot-compatibility.ps1 net9.0
# continue-on-error: true # TODO : The SDK is not yet AoT compatible