Redefining the containers node.
This commit is contained in:
parent
9dbffb5ec3
commit
62ea0e628b
1 changed files with 9 additions and 1 deletions
10
.vsts-ci.yml
10
.vsts-ci.yml
|
@ -60,7 +60,15 @@ resources:
|
|||
extends:
|
||||
template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
|
||||
parameters:
|
||||
containers: ${{ resources.containers }}
|
||||
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:
|
||||
sourceAnalysisPool:
|
||||
name: $(DncEngInternalBuildPool)
|
||||
|
|
Loading…
Reference in a new issue