Commit 890ffae 1 parent f58e345 commit 890ffae Copy full SHA for 890ffae
File tree 2 files changed +3
-1
lines changed
src/benchmarks/gc/GC.Infrastructure
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ trigger:
13
13
paths :
14
14
exclude : # don't trigger if only docs and similar files changed
15
15
- docs/*
16
- - ' **/*.md'
16
+ # - '**/*.md'
17
17
18
18
pr :
19
19
branches :
50
50
- script : dotnet tool restore
51
51
- script : dotnet tool install --global dotnet-repl
52
52
- 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
53
54
54
55
# Run tests. Template installed from: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/vstest-v3?view=azure-pipelines
55
56
- task : VSTest@3
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ This repository contains the code to invoke the GC Infrastructure that currently
6
6
2 . Microbenchmarks
7
7
3 . ASP.NET Benchmarks
8
8
4 . Test - To Remove.
9
+ 5 . Test.
9
10
10
11
Currently, the infrastructure runs exclusively on Windows if you want to run the scenarios locally.
11
12
You can’t perform that action at this time.
0 commit comments