From efab88ab3f0fde3f8004c894b5bf1d014f6eec55 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Thu, 8 Feb 2024 16:30:57 -0500 Subject: [PATCH] Revert "Temporarily force full build" This reverts commit 243880c953f79e3ec68e2ec23c1468ce71ece46e. --- eng/pipelines/vmr-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/pipelines/vmr-build.yml b/eng/pipelines/vmr-build.yml index ecc4db82f..45733f9d2 100644 --- a/eng/pipelines/vmr-build.yml +++ b/eng/pipelines/vmr-build.yml @@ -58,7 +58,7 @@ stages: ${{ if eq(variables.isSourceOnlyBuild, 'true') }}: scope: ultralite ${{ else }}: - scope: full + scope: lite # In case the VMR Build stage is temporarily disabled, the VMR synchronization step is run to validate # that the PR can be merged and later synchronized into the VMR without problems.