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:
authorNate Amundson <naamunds@microsoft.com>2016-02-06 00:24:38 +0300
committerNate Amundson <naamunds@microsoft.com>2016-02-06 00:24:38 +0300
commit9fe09bc080a404185ce73f65ca3757f4211f7b27 (patch)
tree5b3f5b7e7daf1ed890edbfb35fd8e211e033fc50 /build.proj
parentfc7e20bfc67f58d1cd19c577f1fdbdd7260e173b (diff)
parent06cc137e5911bcbc020329da249e4745c224cac1 (diff)
Merge pull request #4643 from naamunds/AddCleanSh
Add clean.sh for Linux dev workflow
Diffstat (limited to 'build.proj')
-rw-r--r--build.proj15
1 files changed, 2 insertions, 13 deletions
diff --git a/build.proj b/build.proj
index 1875a289ce..61ae419f8f 100644
--- a/build.proj
+++ b/build.proj
@@ -28,6 +28,8 @@
<Import Project="dir.traversal.targets" />
+ <Import Project="$(ToolsDir)clean.targets" />
+
<PropertyGroup>
<!--
Until we have the full clean\sync\build dev workflow in place we still default to restoring during build.
@@ -88,17 +90,4 @@
<RemoveDir Directories="$(BinDir)" />
</Target>
- <PropertyGroup>
- <UserLocalFolder Condition="'$(OsEnvironment)'!='Unix'">$(LocalAppData)/</UserLocalFolder>
- <UserLocalFolder Condition="'$(OsEnvironment)'=='Unix'">$(HOME)/.local/share/</UserLocalFolder>
- </PropertyGroup>
-
- <Target Name="CleanPackages">
- <RemoveDir Directories="$(PackagesDir)" />
- </Target>
-
- <Target Name="CleanPackagesCache">
- <RemoveDir Directories="$(UserLocalFolder)NuGet/Cache/;$(UserLocalFolder)NuGet/v3-cache/;$(UserLocalFolder)dnu/cache/" />
- </Target>
-
</Project> \ No newline at end of file