Skip to content

Commit e99b767

Browse files
github-actions[bot]wtgodbedougbu
authored
[release/6.0] Suppress downgrade error in hosting bundle (#46844)
* Suppress downgrade error in hosting bundle * Update Npm.Common.targets * Revert "Update Npm.Common.targets" This reverts commit c8bd24e. * [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 --------- Co-authored-by: William Godbe <[email protected]> Co-authored-by: Doug Bunting <[email protected]>
1 parent 6e70a97 commit e99b767

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-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)

src/Installers/Windows/WindowsHostingBundle/Bundle.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
77
<bal:WixStandardBootstrapperApplication LicenseUrl="https://go.microsoft.com/fwlink/?LinkId=329770"
88
LogoFile="DotNetLogo.bmp"
9+
SuppressDowngradeFailure="yes"
910
SuppressOptionsUI="yes"
1011
ThemeFile="thm.xml"
1112
LocalizationFile="thm.wxl"/>

0 commit comments

Comments
 (0)