diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-18 19:51:45 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-18 19:51:45 -0800 |
commit | 8983ab9d6bc990c45937e83389d12aa8678d3416 (patch) | |
tree | d15a8f5772cc43459885de309cdd54bd64b38a5d | |
parent | 452f7080626d8534d5026260235b3056c46cb295 (diff) | |
download | DotNetOpenAuth-8983ab9d6bc990c45937e83389d12aa8678d3416.zip DotNetOpenAuth-8983ab9d6bc990c45937e83389d12aa8678d3416.tar.gz DotNetOpenAuth-8983ab9d6bc990c45937e83389d12aa8678d3416.tar.bz2 |
Restored sln target builds, now that they've been fixed in Dev10 RC.
-rw-r--r-- | build.proj | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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"> |