Manual intervention Azure Devops yaml

 Sometimes it can be pretty daunting, trying to get the correct manual intervention step correct. 

Here is a an example that will create a stage in the environment and then you can start to add "Approval" and checks. 



stages
stage : ${{parameters.stageName}} 
  dependsOn${{parameters.stageDependency}}
  jobs:
  - deployment'qadeployment'
    displayName'QA Deployment' 
    environment'OnlineShopping.UI.QA'
  

Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm