Skip to content

Commit e0dcc71

Browse files
authored
Merge branch 'main' into dev/f-alizada/add-automation-for-respect-custom-culture-property
2 parents 5b090ae + 0344f9c commit e0dcc71

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

eng/pipelines/templates/stages/vmr-build.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,24 @@ stages:
320320
withPreviousSDK: false # 🚫
321321
reuseBuildArtifactsFrom: ${{ format('{0}_Offline_MsftSdk', variables.fedoraName) }}
322322

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+
323341
#### VERTICAL BUILD ####
324342
- ${{ if not(parameters.isSourceOnlyBuild) }}:
325343
- stage: VMR_Vertical_Build

0 commit comments

Comments
 (0)