Initial developer commit

This commit is contained in:
Tim Heuer
2020-01-31 11:14:06 -08:00
parent 69090b5120
commit ded5a39da6
14 changed files with 11520 additions and 321 deletions

28
.github/workflows/test.yml vendored Normal file
View File

@ -0,0 +1,28 @@
name: "build-test-dev"
on:
push:
branches:
- dev
paths-ignore:
- '*.md'
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup MSBuild
id: setup_msbuild
uses: ./
with:
vs-version: "[16.4,16.5]"
- name: echo msbuild path
run: echo ${{ steps.setup_msbuild.outputs.msbuildPath }}
- name: echo vswhere
run: vswhere.exe
- name: echo MSBuild
run: msbuild -version