diff options
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 63ee168..04dfb27 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -56,7 +56,7 @@ jobs: runVersion: 'specific' buildId: "2434" artifactName: 'BaseId' - displayName: 'Download Base ID Artifact $(PREV_BUILD)' + displayName: 'Download Base ID Artifact' - script: | base_id="$(cat "${SYSTEM_ARTIFACTSDIRECTORY}"/base.sha256)" |