Skip to content

Commit 2d42fe4

Browse files
committed
.azure-pipelines/release.yml: add SDL pool info
Add specific Windows pool information for SDL source tasks. These tasks only run on Windows. Signed-off-by: Matthew John Cheetham <[email protected]>
1 parent c098720 commit 2d42fe4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.azure-pipelines/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ parameters:
1818
extends:
1919
template: v1/1ES.Official.PipelineTemplate.yml@1ESPipelines
2020
parameters:
21+
sdl:
22+
# SDL source analysis tasks only run on Windows images
23+
sourceAnalysisPool:
24+
name: GitClientPME-1ESHostedPool-intel-pc
25+
image: win-x86_64-ado1es
26+
os: windows
2127
stages:
2228
- stage: windows
2329
displayName: 'Windows'

0 commit comments

Comments
 (0)