We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9786139 commit eceffcaCopy full SHA for eceffca
eng/Build.props
@@ -95,8 +95,8 @@
95
</ItemGroup>
96
97
<ItemGroup Condition=" '$(BuildInstallers)' == 'true' AND '$(TargetOsName)' == 'win' AND '$(TargetArchitecture)' == 'arm64' ">
98
- <!-- We don't build the bundle here because we'd have to bundle the x86 installer which gets built in a different leg.
99
- Instead we only provide the ARM64 MSI-->
+ <!-- We don't build the targeting pack installer here because it's built in the x86/x64 leg.
+ Instead we only provide the ARM64 SharedFramework MSI-->
100
101
<!-- Build the SharedFramework wixlib -->
102
<ProjectToBuild Include="$(RepoRoot)src\Installers\Windows\SharedFrameworkLib\SharedFrameworkLib.wixproj" AdditionalProperties="Platform=arm64" />
0 commit comments