From c83ea99dcb495275ec0bc2f9731fb8786c733adb Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Thu, 13 Jun 2024 10:57:06 -0700 Subject: [PATCH] Pass isOfficialBuild to AllConfigurations Backport https://github.com/dotnet/runtime/pull/93078 to release/6.0 --- 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 3deb44c621ba7..5bf8313280193 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -392,6 +392,7 @@ stages: jobParameters: buildArgs: -s 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: