Skip to content

Allow multiple missed approach acknowledgements #70

Allow multiple missed approach acknowledgements

Allow multiple missed approach acknowledgements #70

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"