Skip to content

Commit

Permalink
Account for target installer arch in mac pkg id generation (#7831)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund authored Sep 9, 2021
1 parent 5aa9d32 commit 06b4a81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@
RemoveProperties="@(_GlobalPropertiesToRemoveForPublish)" />
<PropertyGroup>
<_MacOSVersionComponent Condition="'$(IncludeVersionInMacOSComponentName)' == 'true'">.$(InstallerPackageVersion)</_MacOSVersionComponent>
<_MacOSComponentName Condition="'$(_MacOSComponentName)' == ''">com.microsoft.dotnet.$(MacOSComponentNamePackType)$(_MacOSVersionComponent).component.osx.x64</_MacOSComponentName>
<_MacOSComponentName Condition="'$(_MacOSComponentName)' == ''">com.microsoft.dotnet.$(MacOSComponentNamePackType)$(_MacOSVersionComponent).component.osx.$(InstallerTargetArchitecture)</_MacOSComponentName>
<_MacOSSharedInstallDir>/usr/local/share/dotnet</_MacOSSharedInstallDir>

<_pkgArgs></_pkgArgs>
Expand Down

0 comments on commit 06b4a81

Please sign in to comment.