Skip to content
代码片段 群组 项目
未验证 提交 d44d11e7 编辑于 作者: Doug Bunting's avatar Doug Bunting
浏览文件

[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
上级 62d2fa2d
No related branches found
No related tags found
无相关合并请求
......@@ -368,6 +368,7 @@ stages:
-pack
-noBuildJava
-noBuildNative
-noBuildNodeJS
/p:DotNetSignType=$(_SignType)
/p:OnlyPackPlatformSpecificPackages=true
$(_BuildArgs)
......@@ -383,6 +384,7 @@ stages:
-sign
-buildInstallers
-noBuildNative
-noBuildNodeJS
/p:DotNetSignType=$(_SignType)
/p:AssetManifestFileName=aspnetcore-win-arm64.xml
$(_BuildArgs)
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册