diff --git a/gc-azure-pipelines.yml b/gc-azure-pipelines.yml index d264be6da29..2facfb5e8b5 100644 --- a/gc-azure-pipelines.yml +++ b/gc-azure-pipelines.yml @@ -48,7 +48,7 @@ jobs: version: 9.0.x includePreviewVersions: true - script: dotnet tool restore - - script: dotnet tool install --local dotnet-repl + - script: dotnet tool install --global dotnet-repl - script: dotnet build src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.NotebookTests/GC.Infrastructure.NotebookTests.csproj --configuration Debug --framework net8.0 # Run tests. Template installed from: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/vstest-v3?view=azure-pipelines 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.