Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarthik Rajasekaran <karajas@microsoft.com>2016-11-22 01:07:12 +0300
committerKarthik Rajasekaran <karajas@microsoft.com>2016-12-12 22:05:45 +0300
commita63992c08591625787ec1d018f6f2bf81335af43 (patch)
treef912f08e270c66117145809f768aaa79a510fcc7 /build.proj
parent263c6184391bc12065cb11760f75ba6b9bb09cdb (diff)
Update BuildToolsVersion to 1021-01
Exit build.cmd with exit code Add useServerGC parsing to build.sh Moving installed packages out of bin dir This was done to allow Packer.exe to work. Changing install path to non-conditioned propertygroup Build native packages after managed build of binaries This is because the build packages step invokes the Run tool to determine the FilterToOSGroup on each platform respectively.
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.proj b/build.proj
index 76662836b9..61a2d7cbb5 100644
--- a/build.proj
+++ b/build.proj
@@ -227,6 +227,8 @@
<!-- Override CleanAllProjects from dir.traversal.targets and just remove the full BinDir -->
<Target Name="CleanAllProjects">
<RemoveDir Directories="$(BinDir)" />
+ <!-- Temporarily outside BinDir -->
+ <RemoveDir Directories="$(PackageInstallPath)" />
</Target>
<!-- Hook that can be used to insert custom build tasks to the build process such as setup and/or cleanup tasks -->