Skip to content

Commit

Permalink
Force build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharm committed Sep 27, 2024
1 parent fa2e1a4 commit 7fbc09b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gc-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions src/benchmarks/gc/GC.Infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 7fbc09b

Please sign in to comment.