diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 81040633010..2dfde4a8705 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -3,7 +3,9 @@ # variables: +# Defines $(DncEngInternalBuildPool) - template: /eng/common/templates-official/variables/pool-providers.yml@self + - name: Build.Repository.Clean value: true - name: _TeamName @@ -75,7 +77,7 @@ extends: autoBaseline: true sdl: sourceAnalysisPool: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) image: 1es-windows-2022 os: windows policheck: @@ -84,7 +86,7 @@ extends: enabled: true configFile: '$(Build.SourcesDirectory)/eng/TSAConfig.gdntsa' pool: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) image: windows.vs2022preview.amd64 os: windows customBuildTags: @@ -420,7 +422,7 @@ extends: - job: insert displayName: Insert to VS pool: - name: NetCore1ESPool-Internal + name: $(DncEngInternalBuildPool) demands: ImageOverride -equals windows.vs2022.amd64 steps: - download: current