From e4f3c13df6c5a739f68d20d3d896a059efc90de2 Mon Sep 17 00:00:00 2001 From: Scott Jones Date: Fri, 11 Dec 2020 14:43:21 -0800 Subject: [PATCH 1/2] Disable VS tracking until/unless cswinrt invocations can produce tlog entries to support VS incremental builds --- nuget/Microsoft.Windows.CsWinRT.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index e9497afe4..9b3bf26b6 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -16,6 +16,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true true CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn) + false @@ -115,4 +116,4 @@ $(CsWinRTFilters) - \ No newline at end of file + From d110cc34cebb6e9850004b11d42721b9609df76a Mon Sep 17 00:00:00 2001 From: Scott Jones Date: Tue, 15 Dec 2020 14:59:45 -0800 Subject: [PATCH 2/2] Update Microsoft.Windows.CsWinRT.targets PR feedback - keep tracking enabled for authoring --- nuget/Microsoft.Windows.CsWinRT.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuget/Microsoft.Windows.CsWinRT.targets b/nuget/Microsoft.Windows.CsWinRT.targets index 9b3bf26b6..82bbd6006 100644 --- a/nuget/Microsoft.Windows.CsWinRT.targets +++ b/nuget/Microsoft.Windows.CsWinRT.targets @@ -16,7 +16,7 @@ Copyright (C) Microsoft Corporation. All rights reserved. true true CsWinRTIncludeProjection;CsWinRTRemoveWinMDReferences;$(CoreCompileDependsOn) - false + false