From 7df0ad818257a8b35e3a4cafb6025cbc2972e06c Mon Sep 17 00:00:00 2001 From: Kuldeep LNU Date: Mon, 26 Aug 2024 14:30:23 +0530 Subject: [PATCH] Setting RuntimeIdentifier to win-x64 incase PlatformTarget is not explicitely mentioned --- eng/wpf-debug.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eng/wpf-debug.targets b/eng/wpf-debug.targets index fc97596bc23..666d45012cd 100644 --- a/eng/wpf-debug.targets +++ b/eng/wpf-debug.targets @@ -12,7 +12,8 @@ Debug - win-$(PlatformTarget) + win-x64 + win-$(PlatformTarget) $([System.IO.Path]::GetFullPath('$(MSBuildThisFileDirectory)\..\'))\artifacts\packaging x64\