Skip to content

Commit

Permalink
attempt to download the target branch artifact of ccache for a PR
Browse files Browse the repository at this point in the history
  • Loading branch information
vigsterkr authored and saatvikshah committed Dec 8, 2018
1 parent a185242 commit 9d148fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/download-extract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ steps:
buildType: 'specific'
project: $(System.TeamProjectId)
pipeline: $(System.DefinitionId)
buildVersionToDownload: "latest"
buildVersionToDownload: "latestFromBranch"
branchName: $(System.PullRequest.TargetBranch))
artifactName: ${{ parameters.artifactName }}
downloadPath: ${{ parameters.downloadPath }}

Expand Down

0 comments on commit 9d148fc

Please sign in to comment.