diff options
| -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 |