我们想在继承从事建筑工作的不可调换的《YA马法》之前添加以下雕刻。
jobs:
- job: PreBuild
timeoutInMinutes: 120
pool:
name: poolname
vmImage: windows
steps:
- checkout: self
clean: true
persistCredentials: true
- task: ..........
......
- task: ..........
......
但是,当我们在<条码>分号/代码>前添加氮时,YA将迅速:<条码>未计值>
extends:
template: template.yml@TemplateRepo
So what is the best solution based on the immutable build templates to have us run several tasks before inheriting the template where template jobs always execute first? Or, are there any other approaches that we could have everything inheriting inside the template but have our custom steps run first?