@@ -100,7 +100,6 @@ stages:
100
100
runOnline : true # ✅
101
101
useMonoRuntime : false # 🚫
102
102
withPreviousSDK : false # 🚫
103
- sign : false
104
103
105
104
# ## Additional jobs for lite/full builds ###
106
105
- ${{ if in(parameters.scope, 'lite', 'full') }} :
@@ -124,7 +123,6 @@ stages:
124
123
# withPreviousSDK: false # 🚫
125
124
# reuseBuildArtifactsFrom:
126
125
# - ${{ format('{0}_Online_MsftSdk_x64', variables.centOSStreamName) }}
127
- # sign: false
128
126
129
127
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
130
128
# - template: ../jobs/vmr-build.yml
@@ -145,7 +143,6 @@ stages:
145
143
# runOnline: false # 🚫
146
144
# useMonoRuntime: false # 🚫
147
145
# withPreviousSDK: true # ✅
148
- # sign: false
149
146
150
147
- template : ../jobs/vmr-build.yml
151
148
parameters :
@@ -163,7 +160,6 @@ stages:
163
160
runOnline : false # 🚫
164
161
useMonoRuntime : false # 🚫
165
162
withPreviousSDK : false # 🚫
166
- sign : false
167
163
168
164
# ## Additional jobs for full build ###
169
165
- ${{ if in(parameters.scope, 'full') }} :
@@ -186,7 +182,6 @@ stages:
186
182
runOnline : false # 🚫
187
183
useMonoRuntime : false # 🚫
188
184
withPreviousSDK : false # 🚫
189
- sign : false
190
185
191
186
- template : ../jobs/vmr-build.yml
192
187
parameters :
@@ -205,7 +200,6 @@ stages:
205
200
runOnline : true # ✅
206
201
useMonoRuntime : false # 🚫
207
202
withPreviousSDK : false # 🚫
208
- sign : false
209
203
210
204
- template : ../jobs/vmr-build.yml
211
205
parameters :
@@ -223,7 +217,6 @@ stages:
223
217
runOnline : false # 🚫
224
218
useMonoRuntime : false # 🚫
225
219
withPreviousSDK : false # 🚫
226
- sign : false
227
220
228
221
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
229
222
# - template: ../jobs/vmr-build.yml
@@ -243,7 +236,6 @@ stages:
243
236
# runOnline: true # ✅
244
237
# useMonoRuntime: false # 🚫
245
238
# withPreviousSDK: true # ✅
246
- # sign: false
247
239
248
240
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
249
241
# - template: ../jobs/vmr-build.yml
@@ -263,7 +255,6 @@ stages:
263
255
# runOnline: false # 🚫
264
256
# useMonoRuntime: false # 🚫
265
257
# withPreviousSDK: true # ✅
266
- # sign: false
267
258
268
259
- template : ../jobs/vmr-build.yml
269
260
parameters :
@@ -281,7 +272,6 @@ stages:
281
272
runOnline : false # 🚫
282
273
useMonoRuntime : true # ✅
283
274
withPreviousSDK : false # 🚫
284
- sign : false
285
275
286
276
- template : ../jobs/vmr-build.yml
287
277
parameters :
@@ -299,8 +289,6 @@ stages:
299
289
runOnline : false # 🚫
300
290
useMonoRuntime : false # 🚫
301
291
withPreviousSDK : false # 🚫
302
- sign : false
303
-
304
292
305
293
- template : ../jobs/vmr-build.yml
306
294
parameters :
@@ -318,7 +306,6 @@ stages:
318
306
runOnline : false # 🚫
319
307
useMonoRuntime : false # 🚫
320
308
withPreviousSDK : false # 🚫
321
- sign : false
322
309
323
310
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
324
311
# - template: ../jobs/vmr-build.yml
@@ -339,7 +326,6 @@ stages:
339
326
# withPreviousSDK: false # 🚫
340
327
# reuseBuildArtifactsFrom:
341
328
# - ${{ format('{0}_Offline_MsftSdk_x64', variables.fedoraName) }}
342
- # sign: false
343
329
344
330
# Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
345
331
# - template: ../jobs/vmr-build.yml
@@ -360,7 +346,6 @@ stages:
360
346
# withPreviousSDK: false # 🚫
361
347
# reuseBuildArtifactsFrom:
362
348
# - ${{ format('{0}_Mono_Offline_MsftSdk_x64', variables.centOSStreamName) }}
363
- # sign: false
364
349
365
350
# ### VERTICAL BUILD ####
366
351
- ${{ if not(parameters.isSourceOnlyBuild) }} :
0 commit comments