Replies: 1 comment
-
Sorry, it was my mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use following
azure-pipelines.yaml
:It works; multiple jobs are run in parallel as I expected but the job ID, "Build", is duplciated.
Now I want to depend on the "Build" jobs at last job. Can I depend on "Build"? Does it waits all "Build" jobs? Is this intended behavior?
Beta Was this translation helpful? Give feedback.
All reactions