Skip to content

Disable route and approach selection if destination is not defined (#25) #55

Disable route and approach selection if destination is not defined (#25)

Disable route and approach selection if destination is not defined (#25) #55

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"