ci: variables is an index, not a fn

This commit is contained in:
Christopher Felegy
2019-03-16 16:36:48 -04:00
parent e1bc3a3f0c
commit 0de7f94447

View File

@@ -1,7 +1,7 @@
variables:
buildConfiguration: Release
buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ]
buildNumber: $[ variables('Build.BuildNumber') ]
buildNumber: $[ variables['Build.BuildNumber'] ]
jobs: