Add arm64 cross-arch msi installers (#67265)
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Wed, 13 Apr 2022 15:50:45 +0000 (08:50 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Apr 2022 15:50:45 +0000 (08:50 -0700)
Expanding architecture support

Co-authored-by: Jeremy Koritzinsky <jekoritz@microsoft.com>
src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Host.sfxproj

index f32e7eb5e853bc1c3baca16dc591095cad83f862..0fc6d8a05bfb9503a777e66d77e11cc1d13b3940 100644 (file)
@@ -16,7 +16,7 @@
     C++/CLI project system support.
   -->
   <ItemGroup>
-    <CrossArchSdkMsiInstallerArch Include="x86;x64" />
+    <CrossArchSdkMsiInstallerArch Include="x86;x64;arm64" />
   </ItemGroup>
 
   <ItemGroup>