From 9dbffb5ec3d6bfcedb3fd66b94e16c5092852273 Mon Sep 17 00:00:00 2001 From: Michael Yanni Date: Tue, 12 Mar 2024 11:20:55 -0700 Subject: [PATCH] Trying to pass the containers directly to the template. --- .vsts-ci.yml | 1 + eng/build.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 33be66921..91ccbf4a1 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -60,6 +60,7 @@ resources: extends: template: azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate parameters: + containers: ${{ resources.containers }} sdl: sourceAnalysisPool: name: $(DncEngInternalBuildPool) diff --git a/eng/build.yml b/eng/build.yml index bd0a25cb3..70c0d31f3 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -76,7 +76,7 @@ jobs: name: PGO_${{ parameters.agentOs }}_${{ parameters.jobName }} ${{ if not(parameters.pgoInstrument) }}: name: ${{ parameters.agentOs }}_${{ parameters.jobName }} - + # Set up the pool/machine info to be used based on the Agent OS ${{ if eq(parameters.agentOs, 'Windows_NT') }}: enableMicrobuild: true