Skip to content

Commit 7407347

Browse files
Restore os: linux for daily-ci pool to fix 1ES pre-job OS mismatch
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 80263f9 commit 7407347

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.azure-pipelines/daily-ci-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ resources:
1919
extends:
2020
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
2121
parameters:
22-
pool: 1es-ubuntu-latest-m
22+
pool:
23+
name: 1es-ubuntu-latest-m
24+
os: linux
2325
sdl:
2426
sourceAnalysisPool:
2527
name: Azure-Pipelines-1ESPT-ExDShared

0 commit comments

Comments
 (0)