Skip to content

Add support for an escape hatch when properties fail #391

Add support for an escape hatch when properties fail

Add support for an escape hatch when properties fail #391

Workflow file for this run

name: Pull Request Build
on:
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: windows-2022
name: Swift/WinRT PR Build & Test
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: ./.github/actions/windows-build
with:
config: debug
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}