We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e706c2 commit 7ca5198Copy full SHA for 7ca5198
azure-pipelines.yml
@@ -19,10 +19,6 @@ trigger:
19
- assets/*
20
- config/*
21
- .github/*
22
-
23
- tags:
24
- include:
25
- - v*
26
27
# PR always trigger build
28
pr:
@@ -124,8 +120,7 @@ jobs:
124
120
condition: >-
125
121
and(
126
122
succeeded(),
127
- eq(variables['StartReleaseCandidate'], false),
128
- not(startsWith(variables['Build.SourceBranch'], 'refs/tags/v'))
123
+ eq(variables['StartReleaseCandidate'], false)
129
)
130
continueOnError: true
131
inputs:
0 commit comments