Skip to content

Commit bc10b65

Browse files
committed
Adding multiple jobs
1 parent 5807e32 commit bc10b65

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

01-first-azure-pipeline.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,12 @@ pool:
2020
echo See https://aka.ms/yaml
2121
displayName: 'Run a multi-line script'
2222
23-
- job: job2
23+
- job: job2
2424
steps:
25-
- script: echo Hello, world changed 2!
26-
displayName: 'Run a one-line script'
25+
- script: echo Hello, world changed 2!
26+
displayName: 'Run a one-line script'
27+
28+
- script: |
29+
echo Add other tasks to build, test, and deploy your project.
30+
echo See https://aka.ms/yaml
31+
displayName: 'Run a multi-line script

0 commit comments

Comments
 (0)