Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitea77ace

Browse files
authored
[release/8.0] Fix target arch suffix for rpm/deb names in newkey packages (#16160)
1 parent583effe commitea77ace

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/Microsoft.DotNet.Build.Tasks.Installers/build/installer.singlerid.targets‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,8 @@
194194
<!-- Packages to be signed with the new key-->
195195
<PropertyGroup>
196196
<_NewKeyVersionSuffix>newkey</_NewKeyVersionSuffix>
197-
<_InstallerBuildPartNewKey>$(Version)-$(_NewKeyVersionSuffix)-$(_InstallerArchSuffix)</_InstallerBuildPartNewKey>
198-
<_InstallerBuildPartNewKeyCondition="'$(PackageTargetOS)' != ''">$(Version)-$(PackageTargetOS)-$(_NewKeyVersionSuffix)-$(_InstallerArchSuffix)</_InstallerBuildPartNewKey>
197+
<_InstallerBuildPartNewKey>$(Version)-$(_NewKeyVersionSuffix)-$(InstallerTargetArchitecture)</_InstallerBuildPartNewKey>
198+
<_InstallerBuildPartNewKeyCondition="'$(PackageTargetOS)' != ''">$(Version)-$(PackageTargetOS)-$(_NewKeyVersionSuffix)-$(InstallerTargetArchitecture)</_InstallerBuildPartNewKey>
199199
<_InstallerFileNameWithoutExtensionNewKey>$(InstallerName)-$(_InstallerBuildPartNewKey)$(CrossArchContentsBuildPart)</_InstallerFileNameWithoutExtensionNewKey>
200200
<_InstallerFileNewKey>$(PackageOutputPath)$(_InstallerFileNameWithoutExtensionNewKey)$(InstallerExtension)</_InstallerFileNewKey>
201201
</PropertyGroup>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp