diff --git a/eng/Versions.props b/eng/Versions.props
index 7f302b4b2cc42..c2ea0978765cd 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -168,8 +168,8 @@
4.12.0
2.14.3
- 7.0.100
- 7.0.1xx
+
+ 7.0
1.1.2-beta1.22403.2
7.0.0-preview-20221010.1
diff --git a/eng/pipelines/coreclr/templates/run-scenarios-job.yml b/eng/pipelines/coreclr/templates/run-scenarios-job.yml
index 3613dc5d37de4..6f32502a94e3a 100644
--- a/eng/pipelines/coreclr/templates/run-scenarios-job.yml
+++ b/eng/pipelines/coreclr/templates/run-scenarios-job.yml
@@ -107,6 +107,7 @@ jobs:
- AdditionalHelixPreCommands: $(HelixPreCommandOSX)
- AdditionalHelixPostCommands: $(HelixPostCommandOSX)
+ - ExtraSetupArguments: ''
- ${{ if ne(parameters.runtimeType, 'wasm') }}:
- ExtraSetupArguments: --install-dir $(PayloadDirectory)/dotnet
- ${{ if and(eq(parameters.runtimeType, 'wasm'), in(variables['Build.Reason'], 'PullRequest')) }}: