Skip to content

Commit 890ffae

Browse files
committed
Run test
1 parent f58e345 commit 890ffae

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

gc-azure-pipelines.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ trigger:
1313
paths:
1414
exclude: # don't trigger if only docs and similar files changed
1515
- docs/*
16-
- '**/*.md'
16+
#- '**/*.md'
1717

1818
pr:
1919
branches:
@@ -50,6 +50,7 @@ jobs:
5050
- script: dotnet tool restore
5151
- script: dotnet tool install --global dotnet-repl
5252
- script: dotnet build src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.NotebookTests/GC.Infrastructure.NotebookTests.csproj --configuration Debug --framework net8.0
53+
- script: dotnet build src/benchmarks/gc/GC.Infrastructure/GC.Analysis.API/GC.Analysis.API.csproj --configuration Release --framework net8.0
5354

5455
# Run tests. Template installed from: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/vstest-v3?view=azure-pipelines
5556
- task: VSTest@3

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

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This repository contains the code to invoke the GC Infrastructure that currently
66
2. Microbenchmarks
77
3. ASP.NET Benchmarks
88
4. Test - To Remove.
9+
5. Test.
910

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

0 commit comments

Comments
 (0)