Skip to content

Commit 5c17b92

Browse files
authored
[Infrastructure] Avoid building node JS assets multiple times on the richnav pipeline (#54072)
* Updates the pipeline to avoid building JS on x86 and ARM after having built for x64
1 parent f8cfaf3 commit 5c17b92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/richnav.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ stages:
5555
-arch x86
5656
-all
5757
-noBuildJava
58+
-noBuildNodeJS
5859
-noBuildNative
5960
-noBuildRepoTasks
6061
$(_BuildArgs)
@@ -66,6 +67,7 @@ stages:
6667
-ci
6768
-arch arm64
6869
-noBuildJava
70+
-noBuildNodeJS
6971
-noBuildNative
7072
-noBuildRepoTasks
7173
$(_BuildArgs)

0 commit comments

Comments
 (0)