Reverting test step condition.
This commit is contained in:
parent
cccfcf3dfb
commit
abf19d7fc6
1 changed files with 1 additions and 3 deletions
|
|
@ -132,9 +132,7 @@ stages:
|
||||||
|
|
||||||
# Test Build/Deploy
|
# Test Build/Deploy
|
||||||
- stage: Test
|
- stage: Test
|
||||||
#condition: eq(variables['Build.SourceBranch'], variables['test-branch'] )
|
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'] ))
|
|
||||||
variables:
|
variables:
|
||||||
- group: ISS-Test
|
- group: ISS-Test
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue