6177214e-ce7c-49e3-99de-ff9721b26f63 — Commit 30461ad6
Changed files
azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)
Diff
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index ee1f1959..d80cfbb0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -31,4 +31,10 @@ stages:
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)'
ArtifactName: 'drop'
- publishLocation: 'Container'
\ No newline at end of file
+ publishLocation: 'Container'
+- stage: 'Dev'
+ displayName: 'Deploy to the dev environment'
+ dependsOn: Build
+ condition: succeded()
+ jobs:
+ - deployment: Deploy
\ No newline at end of file