diff options
author | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 13:38:53 -0800 |
---|---|---|
committer | Andrew Arnott <andrewarnott@gmail.com> | 2010-01-08 13:38:53 -0800 |
commit | ed388f8c059a0dfe86b0d0088f824799403ab601 (patch) | |
tree | 1cc13c5d05dbd413502d8af542841ce882d4d5d5 | |
parent | c09c717665b8bb08bde6b3741b2d7a21242ffb6c (diff) | |
download | DotNetOpenAuth-ed388f8c059a0dfe86b0d0088f824799403ab601.zip DotNetOpenAuth-ed388f8c059a0dfe86b0d0088f824799403ab601.tar.gz DotNetOpenAuth-ed388f8c059a0dfe86b0d0088f824799403ab601.tar.bz2 |
Workaround for Dev10 RC bug.
-rw-r--r-- | build.proj | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |