From 3fdd59c66e4917ee31eeff9647b81f7fa53c0b70 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Thu, 14 Mar 2024 09:53:46 -0700 Subject: [PATCH] Untabbing the containers to just be 150% certain they don't work. --- .vsts-ci.yml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 6942c2286..98996b234 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -62,22 +62,22 @@ extends: # image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine # ubuntu2204DebPkg: # image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg - - container: alpine319WithNode - image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode - - container: cblMariner20Fpm - image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm - - container: centosStream8 - image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 - - container: debian11Amd64 - image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64 - - container: fedora39 - image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 - - container: ubuntu2204 - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 - - container: ubuntu2204CrossArmAlpine - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine - - container: ubuntu2204DebPkg - image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg + - container: alpine319WithNode + image: mcr.microsoft.com/dotnet-buildtools/prereqs:alpine-3.19-WithNode + - container: cblMariner20Fpm + image: mcr.microsoft.com/dotnet-buildtools/prereqs:cbl-mariner-2.0-fpm + - container: centosStream8 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8 + - container: debian11Amd64 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:debian-11-amd64 + - container: fedora39 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-39 + - container: ubuntu2204 + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04 + - container: ubuntu2204CrossArmAlpine + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-cross-arm-alpine + - container: ubuntu2204DebPkg + image: mcr.microsoft.com/dotnet-buildtools/prereqs:ubuntu-22.04-debpkg sdl: sourceAnalysisPool: name: $(DncEngInternalBuildPool)