File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/Microsoft.DotNet.Build.Tasks.Installers/build Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 399399 RemoveProperties =" @(_GlobalPropertiesToRemoveForPublish)" />
400400 <PropertyGroup >
401401 <_MacOSVersionComponent Condition =" '$(IncludeVersionInMacOSComponentName)' == 'true'" >.$(InstallerPackageVersion)</_MacOSVersionComponent >
402- <_MacOSComponentName Condition =" '$(_MacOSComponentName)' == ''" >com.microsoft.dotnet.$(MacOSComponentNamePackType)$(_MacOSVersionComponent).component.osx.x64 </_MacOSComponentName >
402+ <_MacOSComponentName Condition =" '$(_MacOSComponentName)' == ''" >com.microsoft.dotnet.$(MacOSComponentNamePackType)$(_MacOSVersionComponent).component.osx.$(InstallerTargetArchitecture) </_MacOSComponentName >
403403 <_MacOSSharedInstallDir >/usr/local/share/dotnet</_MacOSSharedInstallDir >
404404
405405 <_pkgArgs ></_pkgArgs >
You can’t perform that action at this time.
0 commit comments