Skip to content

Commit b2b1cca

Browse files
author
Stephan
committed
Make sure we build with VS2017-release, VS2019 does not work
1 parent f7d94d1 commit b2b1cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
$ubuild = &"$PSScriptRoot\build-bootstrap.ps1"
3232
if (-not $?) { return }
3333
$ubuild.Boot($PSScriptRoot,
34-
@{ Local = $local; With7Zip = $false; WithNode = $false },
34+
@{ Local = $local; With7Zip = $false; WithNode = $false; VsMajor = "15"; VsPreview = $false; },
3535
@{ Continue = $continue })
3636
if ($ubuild.OnError()) { return }
3737

0 commit comments

Comments
 (0)