azuredevopslabs
azuredevopslabs copied to clipboard
skip failed templates
In my yml file mentioned two templates
steps:
- template1
- template2
I want to skip template2 if getting failed and move to next.
How should I write for this ?
??