Skip to content

Commit

Permalink
Re-add
Browse files Browse the repository at this point in the history
  • Loading branch information
agocke committed Mar 26, 2024
1 parent 7b7a18e commit 69e2b69
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions eng/pipelines/official/stages/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ stages:
- stage: PrepareForPublish
displayName: Prepare for Publish
variables:
- template: /eng/common/templates/variables/pool-providers.yml
- template: /eng/common/templates-official/variables/pool-providers.yml
jobs:
# Prep artifacts: sign them and upload pipeline artifacts expected by stages-based publishing.
- template: /eng/pipelines/official/jobs/prepare-signed-artifacts.yml
parameters:
PublishRidAgnosticPackagesFromPlatform: ${{ parameters.PublishRidAgnosticPackagesFromPlatform }}

# Publish to Build Asset Registry in order to generate the ReleaseConfigs artifact.
- template: /eng/common/templates/job/publish-build-assets.yml
- template: /eng/common/templates-official/job/publish-build-assets.yml
parameters:
publishUsingPipelines: true
publishAssetsImmediately: true
Expand All @@ -26,7 +26,7 @@ stages:
symbolPublishingAdditionalParameters: '/p:PublishSpecialClrFiles=true'

# Stages-based publishing entry point
- template: /eng/common/templates/post-build/post-build.yml
- template: /eng/common/templates-official/post-build/post-build.yml
parameters:
publishingInfraVersion: ${{ parameters.publishingInfraVersion }}
validateDependsOn:
Expand Down

0 comments on commit 69e2b69

Please sign in to comment.