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 bec41f9 commit 95b8ba9Copy full SHA for 95b8ba9
.azure/pipelines/ci-public.yml
@@ -599,7 +599,7 @@ stages:
599
displayName: Update submodules
600
- script: ./restore.cmd
601
displayName: Run restore.cmd
602
- - powershell: ./eng/build.ps1 --binaryLog -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
+ - powershell: ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
603
displayName: Build (No NodeJS)
604
- script: npm run build
605
displayName: Build JS
0 commit comments