Skip to content

Commit d44d11e

Browse files
committed
[release/6.0] Don't build node on Windows ARM64
- at one point, `1es-windows-2019` images lacked Node JS - between `Image Version: 49.0.0` and `Image Version: 50.0.0`, Node JS was upgraded to 18.14.0 - this version is not compatible w/ some of our WebPack build processes - stop the Node JS builds in this job; not necessary for the shared Fx
1 parent 62d2fa2 commit d44d11e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.azure/pipelines/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -368,6 +368,7 @@ stages:
368368
-pack
369369
-noBuildJava
370370
-noBuildNative
371+
-noBuildNodeJS
371372
/p:DotNetSignType=$(_SignType)
372373
/p:OnlyPackPlatformSpecificPackages=true
373374
$(_BuildArgs)
@@ -383,6 +384,7 @@ stages:
383384
-sign
384385
-buildInstallers
385386
-noBuildNative
387+
-noBuildNodeJS
386388
/p:DotNetSignType=$(_SignType)
387389
/p:AssetManifestFileName=aspnetcore-win-arm64.xml
388390
$(_BuildArgs)

0 commit comments

Comments
 (0)