File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ jobs:
137
137
or(
138
138
and(
139
139
succeeded(),
140
- startsWith(variables['Build.SourceBranch'], 'refs/tags/v '),
140
+ startsWith(variables['Build.SourceBranch'], 'refs/heads/main '),
141
141
eq(variables['StartReleaseCandidate'], 'false')
142
142
),
143
143
and(
@@ -149,9 +149,6 @@ jobs:
149
149
eq(variables['UPDATE_DEPENDENTS'], 'true')
150
150
)
151
151
152
- dependsOn :
153
- - Build_mscorlib
154
-
155
152
pool :
156
153
vmImage : ' windows-latest'
157
154
@@ -199,7 +196,6 @@ jobs:
199
196
condition : >-
200
197
or(
201
198
failed('Build_mscorlib'),
202
- failed('Build_mscorlib_no_reflection'),
203
199
failed('Update_Dependents')
204
200
)
205
201
@@ -209,6 +205,7 @@ jobs:
209
205
steps :
210
206
211
207
- checkout : self
208
+ fetchDepth : 1
212
209
213
210
# step from template @ nf-tools repo
214
211
# report error
You can’t perform that action at this time.
0 commit comments