diff --git a/gc-azure-pipelines.yml b/gc-azure-pipelines.yml index 8268b1f748d..0dfb485e86b 100644 --- a/gc-azure-pipelines.yml +++ b/gc-azure-pipelines.yml @@ -46,6 +46,7 @@ jobs: displayName: Install .NET 9.0 inputs: version: 9.0.x + includePreviewVersions: true - script: dotnet tool restore - script: dotnet tool install --local dotnet-repl diff --git a/src/benchmarks/gc/GC.Infrastructure/README.md b/src/benchmarks/gc/GC.Infrastructure/README.md index 35688bd7f0b..6406be9ffb2 100644 --- a/src/benchmarks/gc/GC.Infrastructure/README.md +++ b/src/benchmarks/gc/GC.Infrastructure/README.md @@ -7,7 +7,6 @@ This repository contains the code to invoke the GC Infrastructure that currently 3. ASP.NET Benchmarks 4. Test. 5. Test2. -6. Test3. Currently, the infrastructure runs exclusively on Windows if you want to run the scenarios locally.