Update the appveyor.yml to try to get it to pick up MSBuild 15

This commit is contained in:
Rob Prouse 2018-04-01 17:50:12 -04:00
Родитель be102851f9
Коммит 05d0c82c0c
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,7 @@
build_script:
- ps: .\build.ps1 -Target "Appveyor"
image: Visual Studio 2017
build_script:
- ps: .\build.ps1 -Target Appveyor
# disable built-in tests.
test: off