aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-23 16:44:48 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:36 -0700
commit145b906ae9d71edbf6af83b92c63dc4addd43572 (patch)
treeff101d5077405a9b39ffb76f3caeaba947cf61c6
parentTry to fix vars (diff)
Try quoting the var
-rw-r--r--azure-pipelines.yml2
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'