Default Build Definition To High Priority - Is It Possible in TFS 2012 or TFS 2013
In TFS 2010 you could not set a Build Definition's default build priority. Can you do this in TFS 2013?
If this is not possible, then what options do I have to programmatically update a build that is started via a CI checkin (No manual steps allowed here!)
- We have looked at the build template and determined it was not possible
- We also read where you could create a build event that when triggered would call a web service that would search for a string in the build definition name (soap xml) and if it matched HIGH, then update the builds priority to HIGH.
Cheers
Greg