Skip to content

Commit ce26847

Browse files
authored
[Infrastructure] Add binary log to local build
1 parent be04b5d commit ce26847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci-public.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ stages:
599599
displayName: Update submodules
600600
- script: ./restore.cmd
601601
displayName: Run restore.cmd
602-
- powershell: ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
602+
- powershell: ./eng/build.ps1 --binaryLog -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
603603
displayName: Build (No NodeJS)
604604
- script: npm run build
605605
displayName: Build JS

0 commit comments

Comments
 (0)