From d437a7c55b765e564e4f3740affafe8f82f7d3c6 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Tue, 6 Feb 2024 11:32:45 -0500 Subject: [PATCH] Revert "Force full build in PR" This reverts commit 1589504b61d883492c3bab060d29d9c5163cf6c5. --- 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 9ae5ca6c3..15cc40fc4 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.