Re-adding suitable builds

This commit is contained in:
Pranav K 2014-03-31 10:11:55 -07:00
parent b705f363ab
commit bbf51f3556
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ namespace TCDependencyManager
Property = new List<NameValuePair>
{
new NameValuePair("run-build-if-dependency-failed", "true"),
new NameValuePair("take-successful-builds-only", "true"),
new NameValuePair("take-started-build-with-same-revisions", "true")
}
};