From 0bc01b92e52f37a1406c305641a5ffdd2bc6a922 Mon Sep 17 00:00:00 2001 From: FrankRua Date: Thu, 20 Oct 2022 10:35:52 -0400 Subject: [PATCH] Test branch --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d37f238c..989217f02 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -49,7 +49,7 @@ stages: - ${{ else }}: # Dev Build/Deploy - stage: Dev - condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] ) + condition: eq(variables['Build.SourceBranch'], variables['test-branch'] ) variables: - group: FixMyGlassDev jobs: