This is part of my Yml file I need to re-call this template if it failed.it should be rerun again. After a few seconds, ideally.I am new to yml files I tried to use retryCountOnTaskFailure but it should be under task but the template calling different hierarchy
- template: ${{variables['System.DefaultWorkingDirectory']}}
parameters:
Test: ${{ parameters.isTestRelease }}
Environment: ${{ parameters.deploymentTarget }}
Component: '${{ parameters.component }}'
