From cddf8fa9851db97b2445e21f1c769cd7f00abd0f Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 29 Jun 2016 18:52:33 -0500 Subject: [PATCH] Implement incremental builds for Prepare targets. --- build/Microsoft.DotNet.Cli.Prepare.targets | 23 +++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/build/Microsoft.DotNet.Cli.Prepare.targets b/build/Microsoft.DotNet.Cli.Prepare.targets index ef5d28e82..13ffbe217 100644 --- a/build/Microsoft.DotNet.Cli.Prepare.targets +++ b/build/Microsoft.DotNet.Cli.Prepare.targets @@ -159,23 +159,40 @@ DestinationDirectory="%(_DownloadAndExtractItem.ExtractDestintation)" /> + + + + + + + + DependsOnTargets="SetupRestorePackagesInputsOutputs;Init" + Inputs="@(RestorePackagesInput)" + Outputs="@(RestorePackagesInput->'%(RelativeDir)/project.lock.json')"> - + <_DotNetNewFolder>$(RepoRoot)/src/dotnet/commands/dotnet-new - + + + + + +