@@ -125,14 +125,13 @@ stages:
125125 - template : ../jobs/vmr-build.yml
126126 parameters :
127127 # 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 ) }}
129129 isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
130130 vmrBranch : ${{ variables.VmrBranch }}
131131 architecture : x64
132- artifactsRid : ${{ variables.alpinePreviousX64Rid }}
132+ artifactsRid : ${{ variables.centOSStreamX64Rid }}
133133 pool : ${{ parameters.pool_Linux }}
134- container : ${{ variables.alpinePreviousContainer }}
135- targetRid : ${{ variables.alpinePreviousX64Rid }}
134+ container : ${{ variables.centOSStreamContainer }}
136135 buildFromArchive : false # 🚫
137136 buildSourceOnly : true # ✅
138137 enablePoison : true # ✅
@@ -166,18 +165,18 @@ stages:
166165 - template : ../jobs/vmr-build.yml
167166 parameters :
168167 # 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 ) }}
170169 isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
171170 vmrBranch : ${{ variables.VmrBranch }}
172171 architecture : x64
173172 pool : ${{ parameters.pool_Linux }}
174- container : ${{ variables.alpineLatestContainer }}
175- targetRid : ${{ variables.alpineLatestX64Rid }}
173+ container : ${{ variables.alpineContainer }}
174+ targetRid : ${{ variables.alpineX64Rid }}
176175 buildFromArchive : false # 🚫
177176 buildSourceOnly : true # ✅
178177 enablePoison : false # 🚫
179178 excludeOmniSharpTests : true # ✅
180- runOnline : true # ✅
179+ runOnline : false # 🚫
181180 useMonoRuntime : false # 🚫
182181 withPreviousSDK : false # 🚫
183182
@@ -216,24 +215,6 @@ stages:
216215 useMonoRuntime : false # 🚫
217216 withPreviousSDK : true # ✅
218217
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-
237218 - template : ../jobs/vmr-build.yml
238219 parameters :
239220 # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
0 commit comments