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