aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-23 12:52:04 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:36 -0700
commitf9b9b484bdec3ee1095297cf9cfa279e6ce9447e (patch)
tree9f33956e2cb3dab357fc11f688bd5a98ab03f6c8
parentCheck contents of artifact (diff)
Yes
-rw-r--r--azure-pipelines.yml6
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