From 5c7a15da603f0eba43dcd12167a766d0719dc167 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Mon, 12 May 2025 10:58:44 -0400 Subject: [PATCH] Skips content site deployment Adds a variable to skip content site deployment during pipeline runs. This allows for faster and more focused runs when content site changes are not relevant. --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a11fdf8ff..fd1ea2fa4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -44,6 +44,8 @@ variables: value: 2 - name: IS_REGRESSION value: "false" + - name: "SKIP_CONTENT_SITE" + value: "true" stages: # PR's