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 630af4d commit e92b480Copy full SHA for e92b480
build.ps1
@@ -303,7 +303,7 @@ $MSBuildArguments += "/p:_RunSign=$Sign"
303
$MSBuildArguments += "/p:TargetArchitecture=$Architecture"
304
$MSBuildArguments += "/p:TargetOsName=win"
305
306
-if (($All -or $BuildJava) -and -not $NoBuildJava) {
+if ($RunBuild -and ($All -or $BuildJava) -and -not $NoBuildJava) {
307
$foundJdk = $false
308
$javac = Get-Command javac -ErrorAction Ignore -CommandType Application
309
$localJdkPath = "$PSScriptRoot\.tools\jdk\win-x64\"
0 commit comments