From 52617940f02976305decb97cf3e521ae74c13d88 Mon Sep 17 00:00:00 2001 From: Parker Bibus Date: Tue, 2 Apr 2024 13:11:01 -0700 Subject: [PATCH] Backport https://github.com/dotnet/runtime/pull/100528 to release 8.0 to fix Perf runs. --- eng/pipelines/common/upload-intermediate-artifacts-step.yml | 3 ++- eng/pipelines/coreclr/perf-non-wasm-jobs.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/eng/pipelines/common/upload-intermediate-artifacts-step.yml b/eng/pipelines/common/upload-intermediate-artifacts-step.yml index da9b1ef0b627fd..b22c60be9e3602 100644 --- a/eng/pipelines/common/upload-intermediate-artifacts-step.yml +++ b/eng/pipelines/common/upload-intermediate-artifacts-step.yml @@ -2,6 +2,7 @@ parameters: name: '' publishPackagesCondition: always() publishVSSetupCondition: false + isOfficialBuild: true steps: - task: CopyFiles@2 @@ -27,7 +28,7 @@ steps: - template: /eng/pipelines/common/templates/publish-build-artifacts.yml parameters: - isOfficialBuild: true + isOfficialBuild: ${{ parameters.isOfficialBuild }} displayName: Publish intermediate artifacts inputs: PathtoPublish: '$(Build.StagingDirectory)/IntermediateArtifacts' diff --git a/eng/pipelines/coreclr/perf-non-wasm-jobs.yml b/eng/pipelines/coreclr/perf-non-wasm-jobs.yml index 3e28bb7bcae69c..5e8e49304978e1 100644 --- a/eng/pipelines/coreclr/perf-non-wasm-jobs.yml +++ b/eng/pipelines/coreclr/perf-non-wasm-jobs.yml @@ -417,6 +417,7 @@ jobs: - template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml parameters: name: MonoRuntimePacks + isOfficialBuild: false # build PerfBDN app - template: /eng/pipelines/common/platform-matrix.yml