Skip to content

Commit

Permalink
Pass -nativeToolsOnMachine (#54622)
Browse files Browse the repository at this point in the history
* Pass -nativeToolsOnMachine

* Revert submodules
  • Loading branch information
mmitche committed Mar 20, 2024
1 parent e62490d commit dc4d4cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .azure/pipelines/richnav.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 34,7 @@ stages:
- script: ./eng/build.cmd
-ci
-prepareMachine
-nativeToolsOnMachine
-arch x64
-buildNative
/p:EnableRichCodeNavigation=false
Expand All @@ -43,6 44,7 @@ stages:
- script: ./eng/build.cmd
-ci
-prepareMachine
-nativeToolsOnMachine
-arch x64
-all
-noBuildNative
Expand All @@ -55,6 57,7 @@ stages:
- script: ./eng/build.cmd
-ci
-prepareMachine
-nativeToolsOnMachine
-arch x86
-all
-noBuildJava
Expand All @@ -69,6 72,7 @@ stages:
- script: ./eng/build.cmd
-ci
-prepareMachine
-nativeToolsOnMachine
-arch arm64
-noBuildJava
-noBuildNodeJS
Expand Down

0 comments on commit dc4d4cd

Please sign in to comment.