diff options
| author | 2019-06-23 16:46:22 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:37 -0700 | |
| commit | 0448acac52b97e2e5c4a6bf3e6bfb2ce1b2bacee (patch) | |
| tree | 8a9e5e791682e93aa03c9c245df3f78e15fe0ee6 | |
| parent | Try quoting the var (diff) | |
aaaaaaaaaaaaaaaaaa
!!!
| -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)" |