We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d94d1 commit b2b1ccaCopy full SHA for b2b1cca
build/build.ps1
@@ -31,7 +31,7 @@
31
$ubuild = &"$PSScriptRoot\build-bootstrap.ps1"
32
if (-not $?) { return }
33
$ubuild.Boot($PSScriptRoot,
34
- @{ Local = $local; With7Zip = $false; WithNode = $false },
+ @{ Local = $local; With7Zip = $false; WithNode = $false; VsMajor = "15"; VsPreview = $false; },
35
@{ Continue = $continue })
36
if ($ubuild.OnError()) { return }
37
0 commit comments