summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.proj7
1 files changed, 3 insertions, 4 deletions
diff --git a/build.proj b/build.proj
index 9843456..11e5e68 100644
--- a/build.proj
+++ b/build.proj
@@ -67,13 +67,12 @@
</Target>
<Target Name="BuildTests" DependsOnTargets="SkipVerification">
- <MSBuild Projects="$(SolutionPath)" /> <!-- broken in Dev10 RC: Targets="DotNetOpenAuth_Test;DotNetOpenAuth_TestWeb" -->
+ <MSBuild Projects="$(SolutionPath)" Targets="DotNetOpenAuth_Test;DotNetOpenAuth_TestWeb" />
</Target>
<Target Name="BuildSamples" DependsOnTargets="SkipVerification">
- <!--<MSBuild Projects="@(SampleProjects)" />
- <MSBuild Projects="$(SolutionPath)" Targets="@(SampleSites)" /> BROKEN IN DEV10 RC -->
- <MSBuild Projects="$(SolutionPath)" />
+ <MSBuild Projects="@(SampleProjects)" />
+ <MSBuild Projects="$(SolutionPath)" Targets="@(SampleSites)" />
</Target>
<Target Name="Build" DependsOnTargets="SkipVerification">