From 70cf9cdfa2c6e6d3195c3576a8e1385c06d360f8 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 5 Oct 2023 10:30:17 -0700 Subject: [PATCH] Pass "is official build" variable to AllConfigurations leg in the official build. (#93078) --- eng/pipelines/runtime-official.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 34053b98a2dd1..548b89c7ae1c0 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -562,6 +562,7 @@ extends: jobParameters: buildArgs: -s tools+libs -allConfigurations -c $(_BuildConfig) /p:TestAssemblies=false /p:TestPackages=true nameSuffix: Libraries_AllConfigurations + isOfficialBuild: ${{ variables.isOfficialBuild }} postBuildSteps: - template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml parameters: