From 7fbc09b5e508101a610966ef1364b8956040eed1 Mon Sep 17 00:00:00 2001 From: Mukund Raghav Sharma Date: Thu, 26 Sep 2024 22:47:42 -0700 Subject: [PATCH] Force build --- gc-azure-pipelines.yml | 4 ++++ src/benchmarks/gc/GC.Infrastructure/README.md | 1 + 2 files changed, 5 insertions(+) diff --git a/gc-azure-pipelines.yml b/gc-azure-pipelines.yml index b32dd47be72..8268b1f748d 100644 --- a/gc-azure-pipelines.yml +++ b/gc-azure-pipelines.yml @@ -42,6 +42,10 @@ jobs: displayName: Install .NET 8.0 inputs: version: 8.0.x + - task: UseDotNet@2 + displayName: Install .NET 9.0 + inputs: + version: 9.0.x - 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 6406be9ffb2..35688bd7f0b 100644 --- a/src/benchmarks/gc/GC.Infrastructure/README.md +++ b/src/benchmarks/gc/GC.Infrastructure/README.md @@ -7,6 +7,7 @@ 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.