Skip to content

Commit

Permalink
Added artifact download
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiachen-ss committed Mar 21, 2021
1 parent 798e5a3 commit 218e71d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azp-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ stages:
pool:
vmImage: ubuntu-latest
steps:
- download: sdiachen
artifact: changed_areas
downloadPath: '$(System.ArtifactsDirectory)'

- script: cat $(System.ArtifactsDirectory)/changed_areas/changes.env

- checkout: self

- script: echo "Prod Deploy"

0 comments on commit 218e71d

Please sign in to comment.