From a53380de4fcf62f9cd89a0e1398d0c6e0f44540f Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 23 Oct 2021 19:04:10 +0100 Subject: [PATCH] Fix missing VM parameter, matrix doesn't select automatically Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 21105f8c..3b2d7226 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,6 +97,8 @@ jobs: imageName: "macOS-10.14" B_BUILD_TYPE: Release BARRIER_VERSION_STAGE: Release + pool: + vmImage: $(imageName) variables: VERBOSE: 1 TERM: xterm-256color