diff options
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3cf883f..44a5b2a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,9 +60,9 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) runVersion: 'specific' - buildId: "$(PREV_BUILD)" + buildId: "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" artifactName: 'BaseId' - displayName: 'Download Base ID Artifact' + displayName: 'Download Base ID Artifact $(PREV_BUILD)' - script: | base_id="$(cat "${SYSTEM_ARTIFACTSDIRECTORY}"/base.sha256)" |