File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ stages:
159
159
-buildNative
160
160
-noBuildJava
161
161
/p:OnlyPackPlatformSpecificPackages=true
162
- /bl:artifacts/log/build.x86.binlog
163
162
$(_BuildArgs)
164
163
$(_InternalRuntimeDownloadArgs)
165
164
displayName : Build x86
Original file line number Diff line number Diff line change @@ -344,7 +344,6 @@ if ($ForceCoreMsbuild) {
344
344
}
345
345
346
346
# Workaround Arcade check which asserts BinaryLog is true on CI.
347
- # We always use binlogs on CI, but we customize the name of the log file
348
347
$tmpBinaryLog = $BinaryLog
349
348
if ($CI ) {
350
349
$BinaryLog = $true
@@ -362,6 +361,9 @@ Remove-Item variable:global:_MSBuildExe -ea Ignore
362
361
if ($tmpBinaryLog ) {
363
362
$MSBuildArguments += " /bl:$LogDir /Build.binlog"
364
363
}
364
+ else {
365
+ $BinaryLog = $tmpBinaryLog
366
+ }
365
367
366
368
# Capture MSBuild crash logs
367
369
$env: MSBUILDDEBUGPATH = $LogDir
You can’t perform that action at this time.
0 commit comments