From 0de7f9444734728eea39e6ef76fdba012b779e18 Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Sat, 16 Mar 2019 16:36:48 -0400 Subject: [PATCH] ci: variables is an index, not a fn --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5aff77e3..eed65e882 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,7 @@ variables: buildConfiguration: Release buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ] - buildNumber: $[ variables('Build.BuildNumber') ] + buildNumber: $[ variables['Build.BuildNumber'] ] jobs: