Skip to content

Commit b0bf7b7

Browse files
Promote Ubuntu_Offline_MsftSdk SB leg to lite configuration (#44453)
1 parent c13997d commit b0bf7b7

File tree

1 file changed

+18
-17
lines changed

1 file changed

+18
-17
lines changed

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

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,24 @@ stages:
147147
# withPreviousSDK: true # ✅
148148
# sign: false
149149

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+
150168
### Additional jobs for full build ###
151169
- ${{ if in(parameters.scope, 'full') }}:
152170

@@ -283,23 +301,6 @@ stages:
283301
withPreviousSDK: false # 🚫
284302
sign: false
285303

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
303304

304305
- template: ../jobs/vmr-build.yml
305306
parameters:

0 commit comments

Comments
 (0)