From 1e1ace2f8237f09e5f051482c6f62949e62e918e Mon Sep 17 00:00:00 2001 From: Scott Jones Date: Thu, 17 Jun 2021 07:41:25 -0700 Subject: [PATCH] Rework Fast Up To Date checks to correctly capture cs:winmd relationship (#880) Co-authored-by: Manodasan Wignarajah --- nuget/Microsoft.Windows.CsWinRT.targets | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index 1cdf28d2f..d28fba9f7 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -68,7 +68,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. $(CsWinRTGeneratedFilesDir)cswinrt.rsp - "$(CsWinRTExe)" %40"$(CsWinRTResponseFile)" + "$(CsWinRTExe)" %40"$(CsWinRTResponseFile)" $(WindowsSDKVersion.TrimEnd('\')) $(TargetPlatformVersion) -input $(CsWinRTWindowsMetadata) @@ -110,12 +110,13 @@ $(CsWinRTIncludeWinRTInterop) - - - - - - + + + +