From 1ff0fe323b20855596442de4ac79bc8f74dbd302 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 989217f02..5d37f238c 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: