From d6dccfe75bdeadf73b007896307d63e7a613ae3a Mon Sep 17 00:00:00 2001 From: Justin Goshi Date: Tue, 21 Feb 2017 15:57:16 -0800 Subject: [PATCH] Fix build breaks --- build/ToolInfo.props | 3 +++ dir.props | 5 +---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/ToolInfo.props b/build/ToolInfo.props index 6e980d55e..12c94a6c2 100644 --- a/build/ToolInfo.props +++ b/build/ToolInfo.props @@ -1,5 +1,8 @@ + $(NUGET_PACKAGES) + $(RepoRoot)/.nuget/packages + runtime.$(CoreCLRRid).microsoft.netcore.app $(NuGetPackagesDir)/$(RuntimeNETCoreAppPackageName)/$(CLI_SharedFrameworkVersion)/tools/crossgen$(ExeExtension) $(NuGetPackagesDir)/$(RuntimeNETCoreAppPackageName)/$(CLI_SharedFrameworkVersion)/runtimes/$(CoreCLRRid)/native/$(DynamicLibPrefix)clrjit$(DynamicLibExtension) diff --git a/dir.props b/dir.props index a980c99ac..0762eee47 100644 --- a/dir.props +++ b/dir.props @@ -20,15 +20,12 @@ - + - $(NUGET_PACKAGES) - $(RepoRoot)/.nuget/packages - $(RepoRoot)/build_projects/dotnet-cli-build/bin/dotnet-cli-build.dll true