This commit is contained in:
Noah Gilson 2024-03-11 14:48:18 -07:00
Родитель 850ed31adb
Коммит 8a7b14daed
2 изменённых файлов: 13 добавлений и 13 удалений

Просмотреть файл

@ -32,13 +32,13 @@ parameters:
- name: pools
type: object
default:
- name: $(DncEngInternalBuildPool)
- name: NetCore1ESPool-Internal
image: 1es-ubuntu-2204-pt
os: linux
- name: $(DncEngInternalBuildPool)
- name: NetCore1ESPool-Internal
image: macOS-latest
os: macOS
- name: $(DncEngInternalBuildPool)
- name: NetCore1ESPool-Internal
image: 1es-windows-2022-pt
os: windows
@ -47,7 +47,7 @@ extends:
parameters:
sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)
name: NetCore1ESPool-Internal
image: 1es-windows-2022-pt
os: windows
stages:
@ -60,21 +60,21 @@ extends:
name: ${{ image.name }}
image: ${{ image.image }}
os: ${{ image.os }}
- template: pipeline-templates/upstream-verify.yaml@self
parameters:
pool:
name: ${{ image.name }}
image: ${{ image.image }}
os: ${{ image.os }}
- template: pipeline-templates/upstream-verify.yaml@self
parameters:
pool:
name: NetCore1ESPool-Internal
image: 1es-windows-2022-pt
os: windows
- template: pipeline-templates/lint.yaml@self
parameters:
pool:
name: $(DncEngInternalBuildPool)
name: NetCore1ESPool-Internal
image: 1es-windows-2022-pt
os: windows
- template: pipeline-templates/package-vsix.yaml@self
parameters:
pool:
name: $(DncEngInternalBuildPool)
name: NetCore1ESPool-Internal
image: 1es-windows-2022-pt
os: windows

Просмотреть файл

@ -4,7 +4,7 @@ parameters:
jobs:
- job: ${{ parameters.pool.os }}_Build
pool: ${{ parameters.pool }}
displayName: '🔨 Build and Test'
displayName: '🔨 ${{ parameters.pool }} Build and Test'
templateContext:
outputs:
- output: pipelineArtifact