Skip to content

Commit d94a2d6

Browse files
junkataokaCopilot
andcommitted
Update .azuredevops/ado-ci-pipeline-ms-hosted.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3098eb0 commit d94a2d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.azuredevops/ado-ci-pipeline-ms-hosted.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ stages:
6262

6363
- job: PublishCoverage
6464
displayName: 'Publish Coverage'
65+
# NOTE: test-devcontainer-job.yml creates one job per project with the name pattern:
66+
# Test_<project-name-with-hyphens-replaced-by-underscores>
67+
# For the projects defined above:
68+
# - cpu-project -> Test_cpu_project
69+
# - gpu-project -> Test_gpu_project
70+
# - notebooks -> Test_notebooks
71+
# If you change a project name, update the corresponding entry here to match this convention.
6572
dependsOn: [Test_cpu_project, Test_gpu_project, Test_notebooks]
6673
condition: succeededOrFailed()
6774
pool:

0 commit comments

Comments
 (0)