|
241 | 241 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\AspNetCoreModule-Setup\ANCMV2\ANCMV2.wixproj" AdditionalProperties="Platform=x86" /> |
242 | 242 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\AspNetCoreModule-Setup\ANCMV2\ANCMV2.wixproj" AdditionalProperties="Platform=arm64" /> |
243 | 243 |
|
244 | | - <!-- Build the targeting pack installers --> |
245 | | - <InstallerProject Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=x64" /> |
246 | | - <InstallerProject Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=x86" /> |
247 | | - <!-- This really shouldn't be here, but instead of harvesting from the intermediate/output directories, the targeting pack installer logic |
248 | | - harvests from a zip of the reference assemblies. Producing it in each leg ends up with multiple targeting packs |
249 | | - getting produced and the BAR will reject the build. Centralize building the targeting pack in the x86/x64 leg. --> |
250 | | - <InstallerProject Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=arm64" /> |
251 | | - |
252 | 244 | <!-- Build the SharedFramework installers --> |
253 | 245 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\SharedFrameworkBundle\SharedFrameworkBundle.wixproj" AdditionalProperties="Platform=x64" /> |
254 | 246 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\SharedFrameworkBundle\SharedFrameworkBundle.wixproj" AdditionalProperties="Platform=x86" /> |
|
268 | 260 | <!-- Build the ANCM msis --> |
269 | 261 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\AspNetCoreModule-Setup\ANCMIISExpressV2\AncmIISExpressV2.wixproj" AdditionalProperties="Platform=$(TargetArchitecture)" /> |
270 | 262 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\AspNetCoreModule-Setup\ANCMV2\ANCMV2.wixproj" AdditionalProperties="Platform=$(TargetArchitecture)" /> |
271 | | - <!-- Build the targeting pack installers --> |
272 | | - <InstallerProject Include="$(RepoRoot)src\Installers\Windows\TargetingPack\TargetingPack.wixproj" AdditionalProperties="Platform=$(TargetArchitecture)" /> |
273 | 263 | <!-- Build the SharedFramework installers --> |
274 | 264 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\SharedFrameworkBundle\SharedFrameworkBundle.wixproj" AdditionalProperties="Platform=$(TargetArchitecture)" /> |
275 | 265 | <InstallerProject Include="$(RepoRoot)src\Installers\Windows\SharedFramework\SharedFramework.wixproj" AdditionalProperties="Platform=$(TargetArchitecture)" /> |
|
0 commit comments