Attempt to use 1ES template instead of MicroBuild.

This commit is contained in:
Michael Yanni 2024-03-12 13:29:59 -07:00
parent d4014440fd
commit cf78274093

View file

@ -47,6 +47,23 @@ resources:
type: git
name: 1ESPipelineTemplates/MicroBuildTemplate
ref: refs/tags/release
- repository: 1esPipelines
type: git
name: 1ESPipelineTemplates/1ESPipelineTemplates
ref: refs/tags/release
# containers:
# - container: MuslArm
# image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine
# - container: MuslX64
# image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode
# - container: PortableDeb
# image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
# - container: PortableRpm
# image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
extends:
template: v1/1ES.Official.PipelineTemplate.yml@1esPipelines
parameters:
containers:
- container: MuslArm
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine
@ -56,10 +73,6 @@ resources:
image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg
- container: PortableRpm
image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm
extends:
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
parameters:
sdl:
sourceAnalysisPool:
name: $(DncEngInternalBuildPool)