Browse Source

ci: variables is an index, not a fn

tags/2.1.0
Christopher Felegy 6 years ago
parent
commit
0de7f94447
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      azure-pipelines.yml

+ 1
- 1
azure-pipelines.yml 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:


Loading…
Cancel
Save