Skip to content

Commit dc4d4cd

Browse files
authored
Pass -nativeToolsOnMachine (#54622)
* Pass -nativeToolsOnMachine * Revert submodules
1 parent e62490d commit dc4d4cd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.azure/pipelines/richnav.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ stages:
3434
- script: ./eng/build.cmd
3535
-ci
3636
-prepareMachine
37+
-nativeToolsOnMachine
3738
-arch x64
3839
-buildNative
3940
/p:EnableRichCodeNavigation=false
@@ -43,6 +44,7 @@ stages:
4344
- script: ./eng/build.cmd
4445
-ci
4546
-prepareMachine
47+
-nativeToolsOnMachine
4648
-arch x64
4749
-all
4850
-noBuildNative
@@ -55,6 +57,7 @@ stages:
5557
- script: ./eng/build.cmd
5658
-ci
5759
-prepareMachine
60+
-nativeToolsOnMachine
5861
-arch x86
5962
-all
6063
-noBuildJava
@@ -69,6 +72,7 @@ stages:
6972
- script: ./eng/build.cmd
7073
-ci
7174
-prepareMachine
75+
-nativeToolsOnMachine
7276
-arch arm64
7377
-noBuildJava
7478
-noBuildNodeJS

0 commit comments

Comments
 (0)