From 907bcdcfea9d952868eddb3021ac50431f89c0a2 Mon Sep 17 00:00:00 2001 From: Dom Rodriguez Date: Sat, 23 Oct 2021 18:50:18 +0100 Subject: [PATCH] Fix indentation on macOS matrix Turns out VS Code handled the YAML indentation.... badly. This should fix it. Signed-off-by: Dom Rodriguez --- azure-pipelines.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 30f0319b..21105f8c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -85,18 +85,18 @@ jobs: displayName: Mac Build strategy: matrix: - big-sur-Release: - imageName: "macOS-11" - B_BUILD_TYPE: Release - BARRIER_VERSION_STAGE: Release - catalina-Release: - imageName: "macOS-10.15" - B_BUILD_TYPE: Release - BARRIER_VERSION_STAGE: Release - mojave-Release: - imageName: "macOS-10.14" - B_BUILD_TYPE: Release - BARRIER_VERSION_STAGE: Release + big-sur-Release: + imageName: "macOS-11" + B_BUILD_TYPE: Release + BARRIER_VERSION_STAGE: Release + catalina-Release: + imageName: "macOS-10.15" + B_BUILD_TYPE: Release + BARRIER_VERSION_STAGE: Release + mojave-Release: + imageName: "macOS-10.14" + B_BUILD_TYPE: Release + BARRIER_VERSION_STAGE: Release variables: VERBOSE: 1 TERM: xterm-256color