答案1
此类任务可以通过无代理作业运行:无代理作业支持的任务
jobs:
- job: string
pool: server # note: the value 'server' is a reserved keyword which indicates this is an agentless job
steps:
- task: Delay@1
inputs:
delayForMinutes: '1440'
此类任务可以通过无代理作业运行:无代理作业支持的任务
jobs:
- job: string
pool: server # note: the value 'server' is a reserved keyword which indicates this is an agentless job
steps:
- task: Delay@1
inputs:
delayForMinutes: '1440'