File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 79
79
<PropertyGroup >
80
80
<!-- When OnlyPackPlatformSpecificPackages is set, only produce packages for projects which set RuntimeIdentifier. -->
81
81
<!-- Keep this below where we set "IsPackageInThisPatch" -->
82
- <!-- Do not apply this logic to App.Ref and App.Ref.Internal, it's packability is determined by IsTargetingPackBuilding -->
83
- <IsPackable Condition =" '$(MSBuildProjectName)' != 'Microsoft.AspNetCore.App.Ref' AND '$(MSBuildProjectName)' != 'Microsoft.AspNetCore.App.Ref.Internal' AND '$(OnlyPackPlatformSpecificPackages)' == 'true' AND '$(RuntimeIdentifier)' == '' " >false</IsPackable >
82
+ <IsPackable Condition =" '$(OnlyPackPlatformSpecificPackages)' == 'true' AND '$(RuntimeIdentifier)' == '' " >false</IsPackable >
84
83
</PropertyGroup >
85
84
86
85
<PropertyGroup >
Original file line number Diff line number Diff line change 95
95
</ItemGroup >
96
96
97
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-->
98
+ <!-- We don't build the targeting pack installer here because it's built in the x86/x64 leg.
99
+ Instead we only provide the ARM64 SharedFramework MSI-->
100
100
101
101
<!-- Build the SharedFramework wixlib -->
102
102
<ProjectToBuild Include =" $(RepoRoot)src\Installers\Windows\SharedFrameworkLib\SharedFrameworkLib.wixproj" AdditionalProperties =" Platform=arm64" />
You can’t perform that action at this time.
0 commit comments