Skip to content

Commit

Permalink
Split PCS and repo build into separate stages (#3936)
Browse files Browse the repository at this point in the history
  • Loading branch information
premun authored Sep 9, 2024
1 parent f0c6ffa commit b58b1d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines-product-construction-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ stages:
displayName: Upload snapshot diff
artifact: DeploymentDiff

- stage: BuildRepo
displayName: Build and Publish Repo
dependsOn: []
jobs:
- job: BuildAndPublish
displayName: Build and Publish Repo
pool:
Expand Down Expand Up @@ -185,6 +189,7 @@ stages:
displayName: Run E2E Product Construction Service Tests
dependsOn:
- DeployPCS
- BuildRepo

jobs:
- template: /eng/templates/jobs/e2e-pcs-tests.yml
Expand Down

0 comments on commit b58b1d2

Please sign in to comment.