From 27689e05a173b63f04b5b1b69fe8bde99f86e805 Mon Sep 17 00:00:00 2001 From: Jon Fortescue Date: Wed, 8 Sep 2021 10:37:51 -0700 Subject: [PATCH] Add pool specification (ubuntu-latest) to promote-build (#7848) --- eng/promote-build.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/eng/promote-build.yml b/eng/promote-build.yml index 49584685e8f..c758db21a81 100644 --- a/eng/promote-build.yml +++ b/eng/promote-build.yml @@ -58,6 +58,9 @@ trigger: none variables: _DotNetArtifactsCategory: .NETCore +pool: + vmImage: ubuntu-latest + stages: - stage: prepare_promotion displayName: Prepare for Promotion