|
CruiseControl.NET : Or Condition
This page last changed on Apr 08, 2010 by ccnet-doc-gen.
Or ConditionChecks that at least one child condition matches. VersionAvailable from version 1.6 ExamplesBasic example <orCondition> <conditions> <!-- Conditions to check --> </conditions> </orCondition> Example in context <conditional> <conditions> <orCondition> <conditions> <!-- Conditions to check --> </conditions> </orCondition> </conditions> <tasks> <!-- Tasks to perform if condition passed --> </tasks> <elseTasks> <!-- Tasks to perform if condition failed --> </elseTasks> </conditional> Configuration Elements
NotesThis condition has been kindly supplied by Lasse Sjørup. The original project is available from http://ccnetconditional.codeplex.com/.
|
| Document generated by Confluence on Jan 23, 2011 08:52 |