actions build and test v003

also adds a console runner for testing arbitrary files
This commit is contained in:
Eliot Jones
2021-02-28 17:03:32 -04:00
parent d5be096130
commit 3437b48925
4 changed files with 117 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ jobs:
- name: Set up dotnet core
uses: actions/setup-dotnet@v1
with:
dotnet-version: "2.0.x"
dotnet-version: "2.1.x"
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v1.0.2