Fix job definition syntax in migration tutorial (#41726)
Co-authored-by: Sharra-writes <sharra-writes@github.com>
This commit is contained in:
@@ -216,7 +216,7 @@ jobs:
|
|||||||
dependsOn: initial
|
dependsOn: initial
|
||||||
steps:
|
steps:
|
||||||
- script: echo "This job will run after the initial job, in parallel with fanout1."
|
- script: echo "This job will run after the initial job, in parallel with fanout1."
|
||||||
- job: fanin:
|
- job: fanin
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
dependsOn: [fanout1, fanout2]
|
dependsOn: [fanout1, fanout2]
|
||||||
|
|||||||
Reference in New Issue
Block a user