Add workaround for VS16.2 bug

This commit is contained in:
Morten Nielsen 2019-08-21 12:03:13 -07:00 committed by GitHub
parent 5ac8a94145
commit 8d6bc711c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,5 +21,5 @@ jobs:
- name: Build
run: |
call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\Tools\VsDevCmd.bat"
msbuild /restore /t:Build src/NmeaParser.sln /p:Configuration=Release
msbuild /restore /t:Build src/NmeaParser.sln /p:Configuration=Release /p:JavaSdkDirectory="$(JAVA_HOME_8_X64)"