From 94856d049f5696954f1b4787fb322ff9b20980b4 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Tue, 6 Aug 2019 10:57:06 -0700 Subject: [PATCH] Use target architecture for building ANCM symbol packages. (#12816) --- src/Servers/IIS/build/assets.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Servers/IIS/build/assets.props b/src/Servers/IIS/build/assets.props index e6f289883b..e97ecec6a9 100644 --- a/src/Servers/IIS/build/assets.props +++ b/src/Servers/IIS/build/assets.props @@ -4,8 +4,8 @@ true true false - x64 - $(Platform) + x64 + $(TargetArchitecture) Win32 $(NativePlatform)