From 0e87d7cdc456a9fc101cd756a2d95f03c760423a Mon Sep 17 00:00:00 2001 From: Robert Sutton Date: Tue, 25 May 2021 14:39:14 -0400 Subject: [PATCH] fixing dev stage condition --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ae8fb8e3..3d8f0950e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -80,7 +80,7 @@ stages: - stage: DeployDev displayName: Deploy dev stage dependsOn: Build - condition: succeeded() + condition: and(succeeded(), eq(variables.isMain, false)) jobs: - deployment: DeployLinuxWebApp displayName: Deploy Linux Web App