summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2010-01-08 20:52:34 -0800
committerAndrew Arnott <andrewarnott@gmail.com>2010-01-08 20:52:34 -0800
commitdeb2cb0d860f117ec69c87d010bcedd6187f750c (patch)
tree42d0addc5c89819c59d90d1b8ebddb7b27b40f80
parent76370230623ec676c29dbcaad8b32be4ccbaae6a (diff)
downloadDotNetOpenAuth-deb2cb0d860f117ec69c87d010bcedd6187f750c.zip
DotNetOpenAuth-deb2cb0d860f117ec69c87d010bcedd6187f750c.tar.gz
DotNetOpenAuth-deb2cb0d860f117ec69c87d010bcedd6187f750c.tar.bz2
Workaround for Dev10 RC bug.
-rw-r--r--build.proj5
1 files changed, 3 insertions, 2 deletions
diff --git a/build.proj b/build.proj
index 9cf07cb..c321219 100644
--- a/build.proj
+++ b/build.proj
@@ -65,8 +65,9 @@
</Target>
<Target Name="BuildSamples" DependsOnTargets="SkipVerification">
- <MSBuild Projects="@(SampleProjects)" />
- <MSBuild Projects="$(SolutionPath)" Targets="@(SampleSites)" />
+ <!--<MSBuild Projects="@(SampleProjects)" />
+ <MSBuild Projects="$(SolutionPath)" Targets="@(SampleSites)" /> BROKEN IN DEV10 RC -->
+ <MSBuild Projects="$(SolutionPath)" />
</Target>
<Target Name="Build" DependsOnTargets="SkipVerification">