From 38b60b2c94fb662b31bde5c076ac00398c30eba7 Mon Sep 17 00:00:00 2001 From: Jason Malinowski Date: Mon, 19 Sep 2016 12:50:20 -0700 Subject: [PATCH] Run release builds too when you submit a PR We weren't doing this for a long time due to machine scalability issues. Those don't exist anymore. Fixes #9222. --- netci.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netci.groovy b/netci.groovy index 40d4035b84f..4eed6e43e4a 100644 --- a/netci.groovy +++ b/netci.groovy @@ -101,7 +101,7 @@ set TMP=%TEMP% } } - def triggerPhraseOnly = configuration == 'release' + def triggerPhraseOnly = false def triggerPhraseExtra = "" Utilities.setMachineAffinity(myJob, 'Windows_NT', 'latest-or-auto-dev15') Utilities.addXUnitDotNETResults(myJob, '**/xUnitResults/*.xml') -- GitLab