Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 33ceeb7

Browse files
karajasgkhanna79
authored andcommitted
Ensure that platform is considered for LongPlatformName instead of PackagePlatform (#12042)
1 parent aa9c795 commit 33ceeb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Windows_NT.Microsoft.NETCore.Runtime.CoreCLR.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
44
<PackageTargetRuntime>$(MinOSForArch)-$(PackagePlatform)</PackageTargetRuntime>
5-
<LongNamePlatform>$(PackagePlatform)</LongNamePlatform>
6-
<LongNamePlatform Condition="'$(LongNamePlatform)'=='x64'">amd64</LongNamePlatform>
5+
<LongNamePlatform>$(Platform)</LongNamePlatform>
6+
<LongNamePlatform Condition="'$(Platform)'=='x64'">amd64</LongNamePlatform>
77
<CrossTargetPlatform>$(CrossTargetComponentFolder)</CrossTargetPlatform>
88
<CrossTargetPlatform Condition="'$(CrossTargetPlatform)'=='x64'">amd64</CrossTargetPlatform>
99
<LongNameSuffix>_$(LongNamePlatform)_$(LongNamePlatform)_$(MajorVersion).$(MinorVersion).$(BuildNumberMajor).0$(BuildNumberMinor)</LongNameSuffix>

0 commit comments

Comments
 (0)