Skip to content

Commit 9ac07e8

Browse files
authored
Update PGO to use the correct post-build steps model (#92958)
1 parent 3452a99 commit 9ac07e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

eng/pipelines/runtime-official.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,9 +452,10 @@ extends:
452452
buildArgs: -s clr.native+clr.corelib+clr.tools+clr.nativecorelib+libs+host+packs -c $(_BuildConfig) -pgoinstrument /p:SkipLibrariesNativeRuntimePackages=true
453453
isOfficialBuild: ${{ variables.isOfficialBuild }}
454454
nameSuffix: PGO
455-
extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
456-
extraStepsParameters:
457-
name: PGO
455+
postBuildSteps:
456+
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
457+
parameters:
458+
name: PGO
458459
timeoutInMinutes: 95
459460

460461
#

0 commit comments

Comments
 (0)