From a86a08bbaeb917537b6dffba27ae450833d12df9 Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Thu, 6 Feb 2025 17:13:17 -0800 Subject: [PATCH] Remove condition on the import of VisualStudio.targets This condition has the side effect of changing the packages that we depend on, depending on the type of MSBuild used to restore packages. This is because VisualStudio.targets iself contains PackageReferences. This can cause all sorts of slowdowns when restore needs to rerun a lot. --- src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets | 2 +- src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets b/src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets index 2bbcc145865..dcb4e7d9663 100644 --- a/src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets +++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/Imports.targets @@ -15,7 +15,7 @@ - + diff --git a/src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props b/src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props index 0b1d6c41d43..8529e900097 100644 --- a/src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props +++ b/src/Microsoft.DotNet.Arcade.Sdk/tools/Settings.props @@ -23,6 +23,6 @@ - +