Skip to content

Commit

Permalink
Redefining the containers node.
Browse files Browse the repository at this point in the history
  • Loading branch information
MiYanni committed Mar 12, 2024
1 parent 9dbffb5 commit 62ea0e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 62ea0e6

Please sign in to comment.