summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-08 13:38:53 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-08 13:38:53 -0800
commited388f8c059a0dfe86b0d0088f824799403ab601 (patch)
tree1cc13c5d05dbd413502d8af542841ce882d4d5d5
parentc09c717665b8bb08bde6b3741b2d7a21242ffb6c (diff)
downloadDotNetOpenAuth-ed388f8c059a0dfe86b0d0088f824799403ab601.zip
DotNetOpenAuth-ed388f8c059a0dfe86b0d0088f824799403ab601.tar.gz
DotNetOpenAuth-ed388f8c059a0dfe86b0d0088f824799403ab601.tar.bz2
Workaround for Dev10 RC bug.
-rw-r--r--build.proj2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.proj b/build.proj
index fc7be2e..300d072 100644
--- a/build.proj
+++ b/build.proj
@@ -61,7 +61,7 @@
</Target>
<Target Name="BuildTests" DependsOnTargets="SkipVerification">
- <MSBuild Projects="$(SolutionPath)" Targets="DotNetOpenAuth_Test;DotNetOpenAuth_TestWeb" />
+ <MSBuild Projects="$(SolutionPath)" /> <!-- broken in Dev10 RC: Targets="DotNetOpenAuth_Test;DotNetOpenAuth_TestWeb" -->
</Target>
<Target Name="BuildSamples" DependsOnTargets="SkipVerification">