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