Github actions for MSVC

This commit is contained in:
John Wellbelove 2020-08-11 10:49:24 +01:00
parent c4f59bc200
commit 6a2ce5e8c4

View File

@ -20,4 +20,4 @@ jobs:
- name: Build and run
working-directory: test/vs2019
run: |
msbuild etl.sln /p:Configuration=Debug
msbuild etl.sln /p:Configuration=Debug /p:Platform="Any CPU"