diff options
| author | 2019-06-23 16:44:48 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:36 -0700 | |
| commit | 145b906ae9d71edbf6af83b92c63dc4addd43572 (patch) | |
| tree | ff101d5077405a9b39ffb76f3caeaba947cf61c6 | |
| parent | Try to fix vars (diff) | |
Try quoting the var
| -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 c93d00a..3cf883f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,7 +60,7 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) runVersion: 'specific' - buildId: $(PREV_BUILD) + buildId: "$(PREV_BUILD)" artifactName: 'BaseId' displayName: 'Download Base ID Artifact' |