From efb2c9e1cb5f84eb8bf2ca852d5bcaf131883408 Mon Sep 17 00:00:00 2001 From: Jo Shields Date: Wed, 7 Feb 2024 10:35:49 -0500 Subject: [PATCH] Temporarily enable full build so we can test CI --- 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 15cc40fc4..9ae5ca6c3 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: lite + scope: full # 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.