We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8456005 commit 1c1350bCopy full SHA for 1c1350b
.pipelines/trigger.yaml
@@ -47,10 +47,15 @@ variables:
47
extends:
48
template: v1/1ES.Unofficial.PipelineTemplate.yml@1ESPipelineTemplates
49
parameters:
50
+ pool:
51
+ name: $(BUILD_POOL_NAME_DEFAULT)
52
+ os: linux
53
+ image: acn-runner-vmss-image-1es-v3.0
54
sdl:
55
sourceAnalysisPool:
56
name: $(BUILD_POOL_NAME_DEFAULT_WINDOWS)
57
os: windows
58
+ image: acn-runner-vmss-image-windows-1es-v3.0
59
codeql:
60
# Enables CodeQL on the main branch
61
compiled:
0 commit comments