From 145b906ae9d71edbf6af83b92c63dc4addd43572 Mon Sep 17 00:00:00 2001 From: MarkKoz Date: Sun, 23 Jun 2019 16:44:48 -0700 Subject: Try quoting the var --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.3