@@ -80,7 +80,6 @@ stages:
80
80
- template : ../variables/vmr-build.yml
81
81
parameters :
82
82
vmrBranch : ${{ parameters.vmrBranch }}
83
- sign : false
84
83
85
84
jobs :
86
85
@@ -101,6 +100,7 @@ stages:
101
100
runOnline : true # ✅
102
101
useMonoRuntime : false # 🚫
103
102
withPreviousSDK : false # 🚫
103
+ sign : false
104
104
105
105
# ## Additional jobs for lite/full builds ###
106
106
- ${{ if in(parameters.scope, 'lite', 'full') }} :
@@ -124,6 +124,7 @@ stages:
124
124
# withPreviousSDK: false # 🚫
125
125
# reuseBuildArtifactsFrom:
126
126
# - ${{ format('{0}_Online_MsftSdk_x64', variables.centOSStreamName) }}
127
+ # sign: false
127
128
128
129
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
129
130
# - template: ../jobs/vmr-build.yml
@@ -144,6 +145,7 @@ stages:
144
145
# runOnline: false # 🚫
145
146
# useMonoRuntime: false # 🚫
146
147
# withPreviousSDK: true # ✅
148
+ # sign: false
147
149
148
150
# ## Additional jobs for full build ###
149
151
- ${{ if in(parameters.scope, 'full') }} :
@@ -166,6 +168,7 @@ stages:
166
168
runOnline : false # 🚫
167
169
useMonoRuntime : false # 🚫
168
170
withPreviousSDK : false # 🚫
171
+ sign : false
169
172
170
173
- template : ../jobs/vmr-build.yml
171
174
parameters :
@@ -184,6 +187,7 @@ stages:
184
187
runOnline : true # ✅
185
188
useMonoRuntime : false # 🚫
186
189
withPreviousSDK : false # 🚫
190
+ sign : false
187
191
188
192
- template : ../jobs/vmr-build.yml
189
193
parameters :
@@ -201,6 +205,7 @@ stages:
201
205
runOnline : false # 🚫
202
206
useMonoRuntime : false # 🚫
203
207
withPreviousSDK : false # 🚫
208
+ sign : false
204
209
205
210
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
206
211
# - template: ../jobs/vmr-build.yml
@@ -220,6 +225,7 @@ stages:
220
225
# runOnline: true # ✅
221
226
# useMonoRuntime: false # 🚫
222
227
# withPreviousSDK: true # ✅
228
+ # sign: false
223
229
224
230
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
225
231
# - template: ../jobs/vmr-build.yml
@@ -239,6 +245,7 @@ stages:
239
245
# runOnline: false # 🚫
240
246
# useMonoRuntime: false # 🚫
241
247
# withPreviousSDK: true # ✅
248
+ # sign: false
242
249
243
250
- template : ../jobs/vmr-build.yml
244
251
parameters :
@@ -256,6 +263,7 @@ stages:
256
263
runOnline : false # 🚫
257
264
useMonoRuntime : true # ✅
258
265
withPreviousSDK : false # 🚫
266
+ sign : false
259
267
260
268
- template : ../jobs/vmr-build.yml
261
269
parameters :
@@ -273,6 +281,7 @@ stages:
273
281
runOnline : false # 🚫
274
282
useMonoRuntime : false # 🚫
275
283
withPreviousSDK : false # 🚫
284
+ sign : false
276
285
277
286
- template : ../jobs/vmr-build.yml
278
287
parameters :
@@ -290,6 +299,7 @@ stages:
290
299
runOnline : false # 🚫
291
300
useMonoRuntime : false # 🚫
292
301
withPreviousSDK : false # 🚫
302
+ sign : false
293
303
294
304
- template : ../jobs/vmr-build.yml
295
305
parameters :
@@ -307,6 +317,7 @@ stages:
307
317
runOnline : false # 🚫
308
318
useMonoRuntime : false # 🚫
309
319
withPreviousSDK : false # 🚫
320
+ sign : false
310
321
311
322
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
312
323
# - template: ../jobs/vmr-build.yml
@@ -327,6 +338,7 @@ stages:
327
338
# withPreviousSDK: false # 🚫
328
339
# reuseBuildArtifactsFrom:
329
340
# - ${{ format('{0}_Offline_MsftSdk_x64', variables.fedoraName) }}
341
+ # sign: false
330
342
331
343
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
332
344
# - template: ../jobs/vmr-build.yml
@@ -347,6 +359,7 @@ stages:
347
359
# withPreviousSDK: false # 🚫
348
360
# reuseBuildArtifactsFrom:
349
361
# - ${{ format('{0}_Mono_Offline_MsftSdk_x64', variables.centOSStreamName) }}
362
+ # sign: false
350
363
351
364
# ### VERTICAL BUILD ####
352
365
- ${{ if not(parameters.isSourceOnlyBuild) }} :
0 commit comments