From 9c52eea4bf8ea71ccb2651e46c2f0ba945cd018a Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (CLR) false" Date: Tue, 17 Sep 2024 15:21:31 +0000 Subject: [PATCH] Update comments --- eng/pipelines/templates/stages/vmr-build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/pipelines/templates/stages/vmr-build.yml b/eng/pipelines/templates/stages/vmr-build.yml index 34c37502e718..216be2415593 100644 --- a/eng/pipelines/templates/stages/vmr-build.yml +++ b/eng/pipelines/templates/stages/vmr-build.yml @@ -104,7 +104,7 @@ stages: ### Additional jobs for lite/full builds ### - ${{ if in(parameters.scope, 'lite', 'full') }}: - # Disabled until 9.0 GA - see https://github.com/dotnet/source-build/issues/4605 + # Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605 # - template: ../jobs/vmr-build.yml # parameters: # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline @@ -124,7 +124,7 @@ stages: # reuseBuildArtifactsFrom: # - ${{ format('{0}_Online_MsftSdk_x64', variables.centOSStreamName) }} - # Disabled until 9.0 GA - see https://github.com/dotnet/source-build/issues/4605 + # Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605 # - template: ../jobs/vmr-build.yml # parameters: # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline @@ -201,7 +201,7 @@ stages: useMonoRuntime: false # 🚫 withPreviousSDK: false # 🚫 - # Disabled until 9.0 GA - see https://github.com/dotnet/source-build/issues/4605 + # Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605 # - template: ../jobs/vmr-build.yml # parameters: # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline @@ -220,7 +220,7 @@ stages: # useMonoRuntime: false # 🚫 # withPreviousSDK: true # ✅ - # Disabled until 9.0 GA - see https://github.com/dotnet/source-build/issues/4605 + # Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605 # - template: ../jobs/vmr-build.yml # parameters: # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline @@ -307,7 +307,7 @@ stages: useMonoRuntime: false # 🚫 withPreviousSDK: false # 🚫 - # Disabled until 9.0 GA - see https://github.com/dotnet/source-build/issues/4605 + # Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605 # - template: ../jobs/vmr-build.yml # parameters: # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline @@ -327,7 +327,7 @@ stages: # reuseBuildArtifactsFrom: # - ${{ format('{0}_Offline_MsftSdk_x64', variables.fedoraName) }} - # Disabled until 9.0 GA - see https://github.com/dotnet/source-build/issues/4605 + # Disabled until net9.0 -> net10.0 transition is complete - see https://github.com/dotnet/source-build/issues/4605 # - template: ../jobs/vmr-build.yml # parameters: # # Changing the build name requires updating the referenced name in the source-build-sdk-diff-tests.yml pipeline