Skip to content

Commit 86d6acc

Browse files
authored
Remove ghost skipped OS PRBatch (Azure#51197)
1 parent 855f304 commit 86d6acc

File tree

1 file changed

+4
-0
lines changed
  • eng/pipelines/templates/jobs

1 file changed

+4
-0
lines changed

eng/pipelines/templates/jobs/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,10 @@ jobs:
5555
parameters:
5656
GenerateJobName: generate_build_matrix
5757
JobTemplatePath: /eng/pipelines/templates/jobs/batched-build-analyze.yml
58+
Pools: # eng/pipelines/templates/stages/build-matrix.json only contains windows OS currently so only pass the Windows pool to avoid the other OS's being marked skipped in DevOps
59+
- name: Windows
60+
filter: .*Windows.*Pool$
61+
os: windows
5862
MatrixConfigs:
5963
- Name: NET_ci_build_base
6064
Path: eng/pipelines/templates/stages/build-matrix.json

0 commit comments

Comments
 (0)