We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0079bd commit d8129f7Copy full SHA for d8129f7
1 file changed
azure/azure-release-pipeline.yml
@@ -43,7 +43,7 @@ extends:
43
- template: ./templates/run-tests.yml
44
parameters:
45
full: true
46
- - environment: internal_dev_sandbox
+ - environment: internal-dev-sandbox
47
proxy_path: sandbox
48
post_deploy:
49
@@ -53,7 +53,7 @@ extends:
53
54
- environment: sandbox
55
depends_on:
56
- - internal_dev_sandbox
+ - internal_qa
57
- internal_qa_sandbox
58
59
0 commit comments