File tree Expand file tree Collapse file tree
src/Microsoft.DotNet.Build.Tasks.Installers/build Expand file tree Collapse file tree Original file line number Diff line number Diff line change 194194 <!-- Packages to be signed with the new key -->
195195 <PropertyGroup >
196196 <_NewKeyVersionSuffix >newkey</_NewKeyVersionSuffix >
197- <_InstallerBuildPartNewKey >$(Version)-$(_NewKeyVersionSuffix)-$(_InstallerArchSuffix )</_InstallerBuildPartNewKey >
198- <_InstallerBuildPartNewKey Condition =" '$(PackageTargetOS)' != ''" >$(Version)-$(PackageTargetOS)-$(_NewKeyVersionSuffix)-$(_InstallerArchSuffix )</_InstallerBuildPartNewKey >
197+ <_InstallerBuildPartNewKey >$(Version)-$(_NewKeyVersionSuffix)-$(InstallerTargetArchitecture )</_InstallerBuildPartNewKey >
198+ <_InstallerBuildPartNewKey Condition =" '$(PackageTargetOS)' != ''" >$(Version)-$(PackageTargetOS)-$(_NewKeyVersionSuffix)-$(InstallerTargetArchitecture )</_InstallerBuildPartNewKey >
199199 <_InstallerFileNameWithoutExtensionNewKey >$(InstallerName)-$(_InstallerBuildPartNewKey)$(CrossArchContentsBuildPart)</_InstallerFileNameWithoutExtensionNewKey >
200200 <_InstallerFileNewKey >$(PackageOutputPath)$(_InstallerFileNameWithoutExtensionNewKey)$(InstallerExtension)</_InstallerFileNewKey >
201201 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments