|
@@ -179,7 +179,8 @@ async function buildVSTS (targetBranch, options) {
|
|
|
async function callVSTSBuild (build, targetBranch, environmentVariables) {
|
|
|
let buildBody = {
|
|
|
definition: build,
|
|
|
- sourceBranch: targetBranch
|
|
|
+ sourceBranch: targetBranch,
|
|
|
+ priority: 'high'
|
|
|
}
|
|
|
if (Object.keys(environmentVariables).length !== 0) {
|
|
|
buildBody.parameters = JSON.stringify(environmentVariables)
|