From abf19d7fc6a3e12591074ee270faefc738d47d91 Mon Sep 17 00:00:00 2001 From: Jeremy-Z Date: Tue, 2 Jun 2026 11:14:44 -0400 Subject: [PATCH] Reverting test step condition. --- azure-pipelines.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 01024124..22432a75 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -132,9 +132,7 @@ stages: # Test Build/Deploy - stage: Test - #condition: eq(variables['Build.SourceBranch'], variables['test-branch'] ) - #Below is a test for the prod change to make sure this command works. Will remove after successful test. - condition: and(succeeded('Dev'), eq(variables['Build.SourceBranch'], variables['test-branch'] )) + condition: eq(variables['Build.SourceBranch'], variables['test-branch'] ) variables: - group: ISS-Test jobs: