Reverting test step condition.

This commit is contained in:
Jeremy-Z 2026-06-02 11:14:44 -04:00
parent cccfcf3dfb
commit abf19d7fc6

View file

@ -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: