We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3452a99 commit 9ac07e8Copy full SHA for 9ac07e8
eng/pipelines/runtime-official.yml
@@ -452,9 +452,10 @@ extends:
452
buildArgs: -s clr.native+clr.corelib+clr.tools+clr.nativecorelib+libs+host+packs -c $(_BuildConfig) -pgoinstrument /p:SkipLibrariesNativeRuntimePackages=true
453
isOfficialBuild: ${{ variables.isOfficialBuild }}
454
nameSuffix: PGO
455
- extraStepsTemplate: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
456
- extraStepsParameters:
457
- name: PGO
+ postBuildSteps:
+ - template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
+ parameters:
458
+ name: PGO
459
timeoutInMinutes: 95
460
461
#
0 commit comments