Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions azure-pipelines-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ schedules:
batch: false # Do not run the pipeline if the previously scheduled run is in-progress

variables:
# Defines $(DncEngInternalBuildPool)
- template: /eng/common/templates-official/variables/pool-providers.yml@self

- group: DotNet-Roslyn-SDLValidation-Params
- name: Codeql.Enabled
value: true
Expand Down Expand Up @@ -116,7 +119,7 @@ extends:
autoEnableRoslynWithNewRuleset: false
sdl:
sourceAnalysisPool:
name: NetCore1ESPool-Internal
name: $(DncEngInternalBuildPool)
image: 1es-windows-2022
os: windows
sbom:
Expand All @@ -129,7 +132,7 @@ extends:
enabled: true
configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa'
pool:
name: NetCore1ESPool-Internal
name: $(DncEngInternalBuildPool)
image: windows.vs2022preview.scout.amd64
os: windows
customBuildTags:
Expand Down Expand Up @@ -368,7 +371,7 @@ extends:
dependsOn:
- OfficialBuild
pool:
name: NetCore1ESPool-Internal
name: $(DncEngInternalBuildPool)
demands: ImageOverride -equals windows.vs2022.amd64

- ${{ if eq(variables.enableSourceIndex, 'true') }}:
Expand Down