From dbc28c523e6a25a557775320a8e7acb683fbf697 Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Thu, 25 Oct 2018 13:28:19 -0700 Subject: [PATCH] Avoid double restores by invoking NuGet.targets directly --- build/SharedFx.targets | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) diff --git a/build/SharedFx.targets b/build/SharedFx.targets index 3fe37c3d10..3111c1de28 100644 --- a/build/SharedFx.targets +++ b/build/SharedFx.targets @@ -1,12 +1,6 @@ - - - true - - - $(RepositoryRoot)\src\Framework\Framework.UnitTests\Framework.UnitTests.csproj @@ -15,18 +9,19 @@ - - + + - + <_RestoreGraphProjectInput>@(ProjectToBuild) + + + + Properties="$(SolutionProperties);RestoreGraphProjectInput=$(_RestoreGraphProjectInput);_DummyTarget=Restore" />