From 0bd93f8f4ea48ae732b763da099d57b0720f5931 Mon Sep 17 00:00:00 2001 From: ilike2burnthing <59480337+ilike2burnthing@users.noreply.github.com> Date: Mon, 11 Oct 2021 20:44:33 +0100 Subject: [PATCH] pipelines: add vmimage to publish job Avoid brownouts - actions/virtual-environments#3287 --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a8d3f3ab5..865b1c289 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -512,6 +512,8 @@ stages: - job: Publish workspace: clean: all + pool: + vmImage: ubuntu-latest steps: - checkout: self