@@ -147,6 +147,24 @@ stages:
147
147
# withPreviousSDK: true # ✅
148
148
# sign: false
149
149
150
+ - template : ../jobs/vmr-build.yml
151
+ parameters :
152
+ # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
153
+ buildName : ${{ format('{0}_Offline_MsftSdk', variables.ubuntuName) }}
154
+ isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
155
+ vmrBranch : ${{ variables.VmrBranch }}
156
+ architecture : x64
157
+ pool : ${{ parameters.pool_Linux }}
158
+ container : ${{ variables.ubuntuContainer }}
159
+ buildFromArchive : false # 🚫
160
+ buildSourceOnly : true # ✅
161
+ enablePoison : false # 🚫
162
+ excludeOmniSharpTests : false # 🚫
163
+ runOnline : false # 🚫
164
+ useMonoRuntime : false # 🚫
165
+ withPreviousSDK : false # 🚫
166
+ sign : false
167
+
150
168
# ## Additional jobs for full build ###
151
169
- ${{ if in(parameters.scope, 'full') }} :
152
170
@@ -283,23 +301,6 @@ stages:
283
301
withPreviousSDK : false # 🚫
284
302
sign : false
285
303
286
- - template : ../jobs/vmr-build.yml
287
- parameters :
288
- # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
289
- buildName : ${{ format('{0}_Offline_MsftSdk', variables.ubuntuName) }}
290
- isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
291
- vmrBranch : ${{ variables.VmrBranch }}
292
- architecture : x64
293
- pool : ${{ parameters.pool_Linux }}
294
- container : ${{ variables.ubuntuContainer }}
295
- buildFromArchive : false # 🚫
296
- buildSourceOnly : true # ✅
297
- enablePoison : false # 🚫
298
- excludeOmniSharpTests : false # 🚫
299
- runOnline : false # 🚫
300
- useMonoRuntime : false # 🚫
301
- withPreviousSDK : false # 🚫
302
- sign : false
303
304
304
305
- template : ../jobs/vmr-build.yml
305
306
parameters :
0 commit comments