Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

<BundleNameShort>Microsoft ASP.NET Core $(PackageBrandingVersion)</BundleNameShort>
<BundleNameSub>Shared Framework</BundleNameSub>
<BundleName>$(BundleNameShort) - $(BundleNameSub)</BundleName>
<BundleNameFull>$(BundleName) ($(Platform))</BundleNameFull>
<BundleName>$(BundleNameShort) - $(BundleNameSub) ($(Platform))</BundleName>
<BundleNameFull>$(BundleName)</BundleNameFull>
<BundleRegName>$(BundleNameFull)</BundleRegName>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why keep all of $(BundleName), $(BundleNameFull) and $(BundleRegName) if their values should be the same❔

More importantly, don't we have the same problem w/ the Windows Hosting bundle https://github.com/dotnet/aspnetcore/blob/52eff90fbcfca39b7eb58baad597df6a99a542b0/src/Installers/Windows/WindowsHostingBundle/WindowsHostingBundle.wixproj#L84-L85❔

Copy link
Member Author

@wtgodbe wtgodbe May 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess they correspond to specific wix properties - we could just have one msbuild property that the .wxs file references three times, but I don't think it matters too much. As for the hosting bundle, that's platform-agnostic, so it doesn't need to specify what platform it's for in the name.


<BundleManufacturer>Microsoft Corporation</BundleManufacturer>
Expand Down