Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

tfs2010 - how to change build definition - build priority

I want to change the default priority of a build definition (the build is triggered each check-ins). How do I do that?

like image 819
Clueless Avatar asked Jul 17 '11 07:07

Clueless


1 Answers

The correct use of the MSBuild priority argument is:

/p:Priority=High
like image 81
Rodrigo Benin Ribeiro Avatar answered Nov 14 '22 23:11

Rodrigo Benin Ribeiro