From f8fb697b82fb8c247fadfd5c28f0efadd3a8b143 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Wed, 9 Feb 2022 09:36:40 +0100 Subject: [PATCH] Add variable for macOS stage --- build/azure-pipelines/product-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/azure-pipelines/product-build.yml b/build/azure-pipelines/product-build.yml index c659319ca09..94d44e0208e 100644 --- a/build/azure-pipelines/product-build.yml +++ b/build/azure-pipelines/product-build.yml @@ -291,6 +291,8 @@ stages: - Compile pool: vmImage: macOS-latest + variables: + BUILDSECMON_OPT_IN: true jobs: - ${{ if eq(parameters.VSCODE_BUILD_MACOS, true) }}: - job: macOS