From 20d9a9655ab155847e6241760b895c4064112b0d Mon Sep 17 00:00:00 2001 From: Francisco-Gamino Date: Wed, 12 Jan 2022 11:11:35 -0800 Subject: [PATCH] Fix 1ES Hosted Pool image demands --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3ff91d3a..f3ee4db4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -16,7 +16,8 @@ strategy: pool: name: '1ES-Hosted-AzFunc' - vmImage: $(imageName) + demands: + - ImageOverride -equals $(imageName) variables: Configuration: Release