@@ -127,26 +127,27 @@ stages:
127
127
reuseBuildArtifactsFrom :
128
128
- ${{ format('{0}_Online_MsftSdk_x64', variables.centOSStreamName) }}
129
129
130
- - template : ../jobs/vmr-build.yml
131
- parameters :
132
- # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
133
- buildName : ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.alpinePreviousName) }}
134
- isBuiltFromVmr : ${{ parameters.isBuiltFromVmr }}
135
- vmrBranch : ${{ variables.VmrBranch }}
136
- targetArchitecture : x64
137
- artifactsRid : ${{ variables.alpinePreviousX64Rid }}
138
- pool : ${{ parameters.pool_Linux }}
139
- container :
140
- name : ${{ variables.alpinePreviousContainerName }}
141
- image : ${{ variables.alpinePreviousContainerImage }}
142
- targetRid : ${{ variables.alpinePreviousX64Rid }}
143
- buildFromArchive : false # 🚫
144
- buildSourceOnly : true # ✅
145
- enablePoison : true # ✅
146
- excludeOmniSharpTests : true # ✅
147
- runOnline : false # 🚫
148
- useMonoRuntime : false # 🚫
149
- withPreviousSDK : true # ✅
130
+ # Disabled due to https://github.com/dotnet/source-build/issues/4819
131
+ # - template: ../jobs/vmr-build.yml
132
+ # parameters:
133
+ # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
134
+ # buildName: ${{ format('{0}_Offline_PreviousSourceBuiltSdk', variables.alpinePreviousName) }}
135
+ # isBuiltFromVmr: ${{ parameters.isBuiltFromVmr }}
136
+ # vmrBranch: ${{ variables.VmrBranch }}
137
+ # targetArchitecture: x64
138
+ # artifactsRid: ${{ variables.alpinePreviousX64Rid }}
139
+ # pool: ${{ parameters.pool_Linux }}
140
+ # container:
141
+ # name: ${{ variables.alpinePreviousContainerName }}
142
+ # image: ${{ variables.alpinePreviousContainerImage }}
143
+ # targetRid: ${{ variables.alpinePreviousX64Rid }}
144
+ # buildFromArchive: false # 🚫
145
+ # buildSourceOnly: true # ✅
146
+ # enablePoison: true # ✅
147
+ # excludeOmniSharpTests: true # ✅
148
+ # runOnline: false # 🚫
149
+ # useMonoRuntime: false # 🚫
150
+ # withPreviousSDK: true # ✅
150
151
151
152
- template : ../jobs/vmr-build.yml
152
153
parameters :
0 commit comments