Build native modules with VS 2015 because V8 now requires it

This commit is contained in:
Ben Gotow 2018-01-28 23:17:37 -08:00
parent d962adc52e
commit c42b1842e9

View file

@ -11,7 +11,7 @@ init:
install:
- ps: Install-Product node $env:NODE_VERSION
- ps: npm config set msvs_version 2013
- ps: npm config set msvs_version 2015
# Extract the codesigning certs, encrypted private ssh key
- ps: |