From 9ac07e85e4a772ec70e284e2c454eda50a46a149 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Tue, 3 Oct 2023 11:43:54 -0700 Subject: [PATCH] Update PGO to use the correct post-build steps model (#92958) --- eng/pipelines/runtime-official.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/eng/pipelines/runtime-official.yml b/eng/pipelines/runtime-official.yml index 918482512793de..d8fd9bacc23df1 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -452,9 +452,10 @@ extends: buildArgs: -s clr.native+clr.corelib+clr.tools+clr.nativecorelib+libs+host+packs -c $(_BuildConfig) -pgoinstrument /p:SkipLibrariesNativeRuntimePackages=true isOfficialBuild: ${{ variables.isOfficialBuild }} nameSuffix: PGO - extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml - extraStepsParameters: - name: PGO + postBuildSteps: + - template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml + parameters: + name: PGO timeoutInMinutes: 95 #