File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
eng/pipelines/templates/stages Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -320,6 +320,24 @@ stages:
320
320
withPreviousSDK : false # 🚫
321
321
reuseBuildArtifactsFrom : ${{ format('{0}_Offline_MsftSdk', variables.fedoraName) }}
322
322
323
+ - template : ../jobs/vmr-build.yml
324
+ parameters :
325
+ # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
326
+ buildName : ${{ format('{0}_Mono_Offline_CurrentSourceBuiltSdk', variables.centOSStreamName) }}
327
+ isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
328
+ vmrBranch : ${{ variables.VmrBranch }}
329
+ architecture : x64
330
+ pool : ${{ parameters.pool_Linux }}
331
+ container : ${{ variables.centOSStreamContainer }}
332
+ buildFromArchive : true # ✅
333
+ buildSourceOnly : true # ✅
334
+ enablePoison : false # 🚫
335
+ excludeOmniSharpTests : true # ✅
336
+ runOnline : false # 🚫
337
+ useMonoRuntime : true # ✅
338
+ withPreviousSDK : false # 🚫
339
+ reuseBuildArtifactsFrom : ${{ format('{0}_Mono_Offline_MsftSdk', variables.centOSStreamName) }}
340
+
323
341
# ### VERTICAL BUILD ####
324
342
- ${{ if not(parameters.isSourceOnlyBuild) }} :
325
343
- stage : VMR_Vertical_Build
You can’t perform that action at this time.
0 commit comments