summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index bcdb82f..566856d 100644
--- a/build.proj
+++ b/build.proj
@@ -81,7 +81,7 @@
</PropertyGroup>
</Target>
- <Target Name="_EnsureCleanDrop">
+ <Target Name="_EnsureCleanDrop" Condition="'$(NoClean)' != 'true'">
<!-- This target only does a clean sufficient to guarantee that our DotNetOpenAuth.dll is rebuilt, but
we don't usually want to clean our documentation because that takes forever to build froms scratch. -->
<MSBuild Projects="$(ProjectRoot)\src\$(ProductName).sln" Targets="Clean" />