Skip to content

Commit 30a7273

Browse files
fix: add missing image property to 1ES pipeline pool config
The daily CI build was failing because the pool definition was missing the required 'image' property. 1ES Pipeline Templates require both 'image' and 'os' to be specified and matching. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2ff8f0c commit 30a7273

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ extends:
2121
parameters:
2222
pool:
2323
name: Azure-Pipelines-1ESPT-ExDShared
24+
image: ubuntu-latest
2425
os: linux
2526
sdl:
2627
sourceAnalysisPool:

0 commit comments

Comments
 (0)