From 42877f54905420b8d7d95dc8fdcf322426555f4c Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Mon, 15 Sep 2025 13:28:30 -0700 Subject: [PATCH 1/2] Delete old workaround that's now obsolete We've been on 10.0 arcade targets for awhile now. --- .../VisualStudio.FastUpToDateCheckWorkarounds.targets | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets b/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets index 15dfae3b1d9f0..7e0be61058521 100644 --- a/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets +++ b/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets @@ -1,17 +1,6 @@ - - - - - - - - - $(CollectUpToDateCheckInputDesignTimeDependsOn);RemoveBuildOutputSourceItems From f94071d62b4ee8226138711e8db13e6b1f714816 Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Mon, 15 Sep 2025 13:29:02 -0700 Subject: [PATCH 2/2] Move comment Otherwise it's a bit unclear the PropertyGroup is part of the workaround. --- eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets b/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets index 7e0be61058521..716f3adda86db 100644 --- a/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets +++ b/eng/targets/VisualStudio.FastUpToDateCheckWorkarounds.targets @@ -1,11 +1,11 @@ + $(CollectUpToDateCheckInputDesignTimeDependsOn);RemoveBuildOutputSourceItems - <_ItemsInObjDirectory Include="$(IntermediateOutputPath)\**\*" Set="VsixItems" />