From e37357aea5a996cbf4eb4c0f41c0c5a791e3f0da Mon Sep 17 00:00:00 2001 From: Brant Martin Date: Wed, 20 Feb 2019 21:17:37 -0500 Subject: [PATCH] Don't build in debug please --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e554cf4..4f3eba7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ node { stage('Build') { currentBuild.description = bat(returnStdout: true, script: '@powershell -File Versioning/version.ps1').trim() - if (env.BRANCH_NAME == "master") { + if (env.BRANCH_NAME == "Patron") { buildMode = "Release" } else { buildMode = "Debug"