We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d907d commit e91f6dbCopy full SHA for e91f6db
1 file changed
azure-pipelines.yml
@@ -3,7 +3,7 @@ trigger:
3
- refs/tags/v*.*
4
5
variables:
6
- versionPrefix: 2.7
+ versionPrefix: 2.8
7
isTag: ${{ startsWith(variables['Build.SourceBranch'], 'refs/tags/v') }}
8
isHeku: ${{ eq(variables['Build.RequestedFor'], 'Heku') }}
9
shouldRelease: ${{ and(eq(variables.isHeku, 'True'), eq(variables.isTag, 'True')) }}
0 commit comments