From 9a6d3202427df9f5ee06fa72e09baed64fa5e2e7 Mon Sep 17 00:00:00 2001 From: FrankRua Date: Thu, 20 Oct 2022 10:43:31 -0400 Subject: [PATCH] switch back to dev branch --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 09627faa7..6af6424c1 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['test-branch'] ) + condition: eq(variables['Build.SourceBranch'], variables['dev-branch'] ) variables: - group: FixMyGlassDev jobs: