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 5499af7 commit 500d451Copy full SHA for 500d451
.azure/pipelines/ci.yml
@@ -644,7 +644,7 @@ extends:
644
displayName: Update submodules
645
- script: ./restore.cmd
646
displayName: Run restore.cmd
647
- - script: ./eng/build.cmd -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
+ - powershell: ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
648
displayName: Build (No NodeJS)
649
- script: npm run build
650
displayName: Build JS
0 commit comments