Skip to content

Commit

Permalink
[release/6.0] Don't build node on Windows ARM64
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
dougbu committed Feb 20, 2023
1 parent 62d2fa2 commit d44d11e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure/pipelines/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,7 @@ stages:
-pack
-noBuildJava
-noBuildNative
-noBuildNodeJS
/p:DotNetSignType=$(_SignType)
/p:OnlyPackPlatformSpecificPackages=true
$(_BuildArgs)
Expand All @@ -383,6 +384,7 @@ stages:
-sign
-buildInstallers
-noBuildNative
-noBuildNodeJS
/p:DotNetSignType=$(_SignType)
/p:AssetManifestFileName=aspnetcore-win-arm64.xml
$(_BuildArgs)
Expand Down

0 comments on commit d44d11e

Please sign in to comment.