Update appveyor.yml to execute build.cmd and add nodejs as required toolset (#1372)

This commit is contained in:
Nate McMaster
2017-11-03 15:54:23 -07:00
committed by GitHub
parent 2d98a1808c
commit 7bf5516bb2
2 changed files with 20 additions and 12 deletions

View File

@@ -1,4 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/aspnet/BuildTools/dev/tools/korebuild.schema.json",
"channel": "dev"
"channel": "dev",
"toolsets": {
"nodejs": {
"required": true,
"minVersion": "6.9"
}
}
}