Skip to content

Commit

Permalink
we should always run integration to publish from our artifacts. if th…
Browse files Browse the repository at this point in the history
…e build pipeline crashed too early in the pipeline, this will fail regardless, due to inability to pull the artifacts down (#15058)
  • Loading branch information
scbedd authored Feb 2, 2021
1 parent 9dec418 commit a1a3969
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ stages:

- stage: Integration
dependsOn: ${{parameters.DependsOn}}
condition: succeededOrFailed('${{parameters.DependsOn}}')
jobs:
- job: PublishPackages
displayName: "Publish package to daily feed"
Expand Down

0 comments on commit a1a3969

Please sign in to comment.