ci: variables is an index, not a fn
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
variables:
|
||||
buildConfiguration: Release
|
||||
buildTag: $[ startsWith(variables['Build.SourceBranch'], 'refs/tags') ]
|
||||
buildNumber: $[ variables('Build.BuildNumber') ]
|
||||
buildNumber: $[ variables['Build.BuildNumber'] ]
|
||||
|
||||
|
||||
jobs:
|
||||
|
||||
Reference in New Issue
Block a user