From fbc318cfd987694d04431aa4858e299d712af940 Mon Sep 17 00:00:00 2001 From: Alex Ghiondea Date: Wed, 18 Feb 2015 16:26:30 -0800 Subject: Setup the CoreCLR repo to use the LocalPackagePublish mechanism. This will enable the 'local publish' of the CoreCLR package to a location where it can be picked up by the CoreFx build. What this means is that you will be able to build the CoreCLR package and use that to run the CoreFx tests on top of it. Changes required to make this happen: - Refactor the managed build to make sure the buildtools gets restored before we attempt to use the targets it provides. - Take a dependency to the Microsoft.DotNet.BuildTools to bring in the packages.targets - Update the $(PackagesDir) to point to the \packages to make it consistent with CoreFx - Hook-up the LocalPackagePublish targets to the build of the CoreCLR NuGet packages --- build.proj | 80 +++----------------------------------------------------------- 1 file changed, 3 insertions(+), 77 deletions(-) (limited to 'build.proj') diff --git a/build.proj b/build.proj index b1d6dfacaf..95b7a6ec68 100644 --- a/build.proj +++ b/build.proj @@ -2,86 +2,12 @@ - - - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + - - - - - - - - - - - - - $(BinDir)mscorlib.pdb - - - - - - - - - - + -- cgit v1.2.3