Merge pull request #597 from pathmapper/appveyor_vs_2019

Update appveyor to "Visual Studio 2019"
This commit is contained in:
pathmapper 2020-01-13 09:39:48 +01:00 committed by GitHub
commit bd8abffa28
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
image: Visual Studio 2015
image: Visual Studio 2019
environment:
matrix:
- nodejs_version: "10"
@ -17,7 +17,7 @@ install:
Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:platform
}
- md public
- npm --vs2015 install --global windows-build-tools
- npm install --global windows-build-tools
- npm install
build_script:
- npm run build