We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015955f commit d66db03Copy full SHA for d66db03
1 file changed
azure/azure-release-pipeline.yml
@@ -51,6 +51,13 @@ extends:
51
proxy_path: sandbox
52
post_deploy:
53
- template: ./templates/run-tests.yml
54
+ - environment: sandbox
55
+ depends_on:
56
+ - internal-dev-sandbox
57
+ - internal_qa_sandbox
58
+ proxy_path: sandbox
59
+ post_deploy:
60
+ - template: ./templates/run-tests.yml
61
- environment: int
62
depends_on:
63
- internal_qa
@@ -59,10 +66,6 @@ extends:
66
67
parameters:
68
full: false
- - environment: sandbox
- proxy_path: sandbox
64
- post_deploy:
65
- - template: ./templates/run-tests.yml
69
# - environment: ref
70
# depends_on:
71
# - internal_qa
0 commit comments