Skip to content

Commit 500d451

Browse files
committed
Fixaroonie
1 parent 5499af7 commit 500d451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ extends:
644644
displayName: Update submodules
645645
- script: ./restore.cmd
646646
displayName: Run restore.cmd
647-
- script: ./eng/build.cmd -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
647+
- powershell: ./eng/build.ps1 -all -noBuildJava -noBuildNodeJS "-WarnAsError:false"
648648
displayName: Build (No NodeJS)
649649
- script: npm run build
650650
displayName: Build JS

0 commit comments

Comments
 (0)