From 7e437cfa64fc2a390bce8027292a74139f79f6ed 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 6af6424c1..09627faa7 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: