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: