From 564e481e39511d214d0d26dd902022decd0d93ea Mon Sep 17 00:00:00 2001 From: Swapnali911 Date: Fri, 30 Sep 2022 05:07:55 -0400 Subject: [PATCH] Adding ppc64le arch for source build --- Directory.Build.props | 1 + src/SourceBuild/tarball/content/Directory.Build.props | 1 + src/redist/targets/Crossgen.targets | 4 ++-- src/redist/targets/GenerateBundledVersions.targets | 9 ++++++--- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 61cc6ff6746..860785575f7 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -19,6 +19,7 @@ $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) $(BuildArchitecture) $(BuildArchitecture) + $(BuildArchitecture) x64 false diff --git a/src/installer/Directory.Build.props b/src/installer/Directory.Build.props index 15c9d27b734..b87eeccca0d 100644 --- a/src/installer/Directory.Build.props +++ b/src/installer/Directory.Build.props @@ -11,6 +11,7 @@ $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) $(BuildArchitecture) $(BuildArchitecture) + $(BuildArchitecture) x64 diff --git a/src/installer/src/redist/targets/Crossgen.targets b/src/installer/src/redist/targets/Crossgen.targets index c7a7642e4eb..da7d186a152 100644 --- a/src/installer/src/redist/targets/Crossgen.targets +++ b/src/installer/src/redist/targets/Crossgen.targets @@ -1,7 +1,7 @@ - + diff --git a/src/installer/src/redist/targets/GenerateBundledVersions.targets b/src/installer/src/redist/targets/GenerateBundledVersions.targets index d1bee676355..58d1abfa720 100644 --- a/src/installer/src/redist/targets/GenerateBundledVersions.targets +++ b/src/installer/src/redist/targets/GenerateBundledVersions.targets @@ -168,6 +168,7 @@ linux-bionic-arm64; linux-bionic-x64; linux-bionic-x86; + linux-ppc64le; "/> - + + @@ -444,7 +447,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(MicrosoftAspNetCoreAppRefPackageVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCore70RuntimePackRids, '%3B')" RuntimePackExcludedRuntimeIdentifiers="android" /> @@ -569,7 +572,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetingPackName="Microsoft.AspNetCore.App.Ref" TargetingPackVersion="$(_AspNet60TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.AspNetCore.App.Runtime.**RID**" - RuntimePackRuntimeIdentifiers="@(AspNetCoreRuntimePackRids, '%3B')" + RuntimePackRuntimeIdentifiers="@(AspNetCore60RuntimePackRids, '%3B')" />