Skip to content

Commit

Permalink
Update PGO to use the correct post-build steps model (#92958)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoritzinsky authored Oct 3, 2023
1 parent 3452a99 commit 9ac07e8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions eng/pipelines/runtime-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

#
Expand Down

0 comments on commit 9ac07e8

Please sign in to comment.