diff options
| author | 2019-06-23 12:52:04 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:36 -0700 | |
| commit | f9b9b484bdec3ee1095297cf9cfa279e6ce9447e (patch) | |
| tree | 9f33956e2cb3dab357fc11f688bd5a98ab03f6c8 | |
| parent | Check contents of artifact (diff) | |
Yes
| -rw-r--r-- | azure-pipelines.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index efe16fb..28ec742 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -37,7 +37,9 @@ jobs: buildVersionToDownload: 'specific' buildId: 2434 artifactName: 'base_id' - downloadPath: . - script: | - cat base.sha256 + ls -la $(System.ArtifactsDirectory) + + - script: | + cat $(System.ArtifactsDirectory)/base.sha256 |