diff options
Diffstat (limited to 'tools/DotNetOpenAuth.automated.props')
-rw-r--r-- | tools/DotNetOpenAuth.automated.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/DotNetOpenAuth.automated.props b/tools/DotNetOpenAuth.automated.props index f66c1fe..6037967 100644 --- a/tools/DotNetOpenAuth.automated.props +++ b/tools/DotNetOpenAuth.automated.props @@ -6,6 +6,7 @@ <AutomatedBuild>true</AutomatedBuild> <SolutionPath>$(ProjectRoot)src\$(ProductName).sln</SolutionPath> <BuildInParallel Condition=" '$(BuildInParallel)' == '' ">true</BuildInParallel> + <DowngradeMvc2ToMvc1 Condition=" '$(DowngradeMvc2ToMvc1)' == '' ">false</DowngradeMvc2ToMvc1> <!-- Validation controls whether extra builds are done in order to fully validate what we're distributing, even if we're not distributing the built bits (as is the case for project templates). --> <Validation Condition=" '$(Validation)' == '' ">Full</Validation> |