Skip to content

Commit

Permalink
Update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaMilosavljevic committed Sep 17, 2024
1 parent 3277e22 commit 9c52eea
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions eng/pipelines/templates/stages/vmr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 9c52eea

Please sign in to comment.