Skip to content

Commit 7fbc09b

Browse files
committed
Force build
1 parent fa2e1a4 commit 7fbc09b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

gc-azure-pipelines.yml

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ jobs:
4242
displayName: Install .NET 8.0
4343
inputs:
4444
version: 8.0.x
45+
- task: UseDotNet@2
46+
displayName: Install .NET 9.0
47+
inputs:
48+
version: 9.0.x
4549
- script: dotnet tool restore
4650
- script: dotnet tool install --local dotnet-repl
4751

src/benchmarks/gc/GC.Infrastructure/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ This repository contains the code to invoke the GC Infrastructure that currently
77
3. ASP.NET Benchmarks
88
4. Test.
99
5. Test2.
10+
6. Test3.
1011

1112
Currently, the infrastructure runs exclusively on Windows if you want to run the scenarios locally.
1213

0 commit comments

Comments
 (0)