From 987ce192b0ae87511abceaee0b254ed80bec76f6 Mon Sep 17 00:00:00 2001 From: Jeremy Koritzinsky Date: Tue, 3 Oct 2023 11:36:33 -0700 Subject: [PATCH] Update PGO to use the correct post-build steps model --- 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 6e6781bb134d5d..d84f414f4657ce 100644 --- a/eng/pipelines/runtime-official.yml +++ b/eng/pipelines/runtime-official.yml @@ -604,9 +604,10 @@ extends: buildArgs: -s clr.native+clr.corelib+clr.tools+clr.nativecorelib+libs+host+packs -c $(_BuildConfig) -pgoinstrument 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 #