diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 0314a779fbe3..2c28c29324c2 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -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) diff --git a/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs b/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs index 4912e3e0eb87..5c6190b3c5ba 100644 --- a/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs +++ b/src/Installers/Windows/WindowsHostingBundle/Bundle.wxs @@ -6,6 +6,7 @@