@@ -125,14 +125,13 @@ stages:
125
125
- template : ../jobs/vmr-build.yml
126
126
parameters :
127
127
# Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
128
- buildName : ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.alpinePreviousName ) }}
128
+ buildName : ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.centOSStreamName ) }}
129
129
isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
130
130
vmrBranch : ${{ variables.VmrBranch }}
131
131
architecture : x64
132
- artifactsRid : ${{ variables.alpinePreviousX64Rid }}
132
+ artifactsRid : ${{ variables.centOSStreamX64Rid }}
133
133
pool : ${{ parameters.pool_Linux }}
134
- container : ${{ variables.alpinePreviousContainer }}
135
- targetRid : ${{ variables.alpinePreviousX64Rid }}
134
+ container : ${{ variables.centOSStreamContainer }}
136
135
buildFromArchive : false # 🚫
137
136
buildSourceOnly : true # ✅
138
137
enablePoison : true # ✅
@@ -166,18 +165,18 @@ stages:
166
165
- template : ../jobs/vmr-build.yml
167
166
parameters :
168
167
# Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
169
- buildName : ${{ format('{0}_Online_MsftSdk ', variables.alpineLatestName ) }}
168
+ buildName : ${{ format('{0}_Offline_MsftSdk ', variables.alpineName ) }}
170
169
isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
171
170
vmrBranch : ${{ variables.VmrBranch }}
172
171
architecture : x64
173
172
pool : ${{ parameters.pool_Linux }}
174
- container : ${{ variables.alpineLatestContainer }}
175
- targetRid : ${{ variables.alpineLatestX64Rid }}
173
+ container : ${{ variables.alpineContainer }}
174
+ targetRid : ${{ variables.alpineX64Rid }}
176
175
buildFromArchive : false # 🚫
177
176
buildSourceOnly : true # ✅
178
177
enablePoison : false # 🚫
179
178
excludeOmniSharpTests : true # ✅
180
- runOnline : true # ✅
179
+ runOnline : false # 🚫
181
180
useMonoRuntime : false # 🚫
182
181
withPreviousSDK : false # 🚫
183
182
@@ -216,24 +215,6 @@ stages:
216
215
useMonoRuntime : false # 🚫
217
216
withPreviousSDK : true # ✅
218
217
219
- - template : ../jobs/vmr-build.yml
220
- parameters :
221
- # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
222
- buildName : ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.centOSStreamName) }}
223
- isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
224
- vmrBranch : ${{ variables.VmrBranch }}
225
- architecture : x64
226
- artifactsRid : ${{ variables.centOSStreamX64Rid }}
227
- pool : ${{ parameters.pool_Linux }}
228
- container : ${{ variables.centOSStreamContainer }}
229
- buildFromArchive : false # 🚫
230
- buildSourceOnly : true # ✅
231
- enablePoison : false # 🚫
232
- excludeOmniSharpTests : true # ✅
233
- runOnline : false # 🚫
234
- useMonoRuntime : false # 🚫
235
- withPreviousSDK : true # ✅
236
-
237
218
- template : ../jobs/vmr-build.yml
238
219
parameters :
239
220
# Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
0 commit comments