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
|
||||
steps:
|
||||
- script: echo "This job will run after the initial job, in parallel with fanout1."
|
||||
- job: fanin:
|
||||
- job: fanin
|
||||
pool:
|
||||
vmImage: 'ubuntu-latest'
|
||||
dependsOn: [fanout1, fanout2]
|
||||
|
||||
Reference in New Issue
Block a user