@@ -104,7 +104,7 @@ stages:
104104 # ## Additional jobs for lite/full builds ###
105105 - ${{ if in(parameters.scope, 'lite', 'full') }} :
106106
107- # Disabled until 9 .0 GA - see https://github.com/dotnet/source-build/issues/4605
107+ # Disabled until net9 .0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
108108 # - template: ../jobs/vmr-build.yml
109109 # parameters:
110110 # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
@@ -124,7 +124,7 @@ stages:
124124 # reuseBuildArtifactsFrom:
125125 # - ${{ format('{0}_Online_MsftSdk_x64', variables.centOSStreamName) }}
126126
127- # Disabled until 9 .0 GA - see https://github.com/dotnet/source-build/issues/4605
127+ # Disabled until net9 .0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
128128 # - template: ../jobs/vmr-build.yml
129129 # parameters:
130130 # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
@@ -201,7 +201,7 @@ stages:
201201 useMonoRuntime : false # 🚫
202202 withPreviousSDK : false # 🚫
203203
204- # Disabled until 9 .0 GA - see https://github.com/dotnet/source-build/issues/4605
204+ # Disabled until net9 .0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
205205 # - template: ../jobs/vmr-build.yml
206206 # parameters:
207207 # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
@@ -220,7 +220,7 @@ stages:
220220 # useMonoRuntime: false # 🚫
221221 # withPreviousSDK: true # ✅
222222
223- # Disabled until 9 .0 GA - see https://github.com/dotnet/source-build/issues/4605
223+ # Disabled until net9 .0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
224224 # - template: ../jobs/vmr-build.yml
225225 # parameters:
226226 # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
@@ -307,7 +307,7 @@ stages:
307307 useMonoRuntime : false # 🚫
308308 withPreviousSDK : false # 🚫
309309
310- # Disabled until 9 .0 GA - see https://github.com/dotnet/source-build/issues/4605
310+ # Disabled until net9 .0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
311311 # - template: ../jobs/vmr-build.yml
312312 # parameters:
313313 # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
@@ -327,7 +327,7 @@ stages:
327327 # reuseBuildArtifactsFrom:
328328 # - ${{ format('{0}_Offline_MsftSdk_x64', variables.fedoraName) }}
329329
330- # Disabled until 9 .0 GA - see https://github.com/dotnet/source-build/issues/4605
330+ # Disabled until net9 .0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605
331331 # - template: ../jobs/vmr-build.yml
332332 # parameters:
333333 # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline
0 commit comments