Skip to content

Only activate missed approach alarm from tag for twr if selected airc… #71

Only activate missed approach alarm from tag for twr if selected airc…

Only activate missed approach alarm from tag for twr if selected airc… #71

Workflow file for this run

name: Build
on:
push:
branches:
- 'master'
- 'dev'
- 'actions-testing'
pull_request:
jobs:
build:
name: Build
runs-on: windows-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
steps:
- name: Checkout branch
uses: actions/checkout@v3
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Build Solution
run: msbuild HKCP.vcxproj /p:configuration=release /p:platform=win32 /p:PlatformToolset="v143"