Skip to content

Commit

Permalink
Run test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharm committed Sep 30, 2024
1 parent f58e345 commit 890ffae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gc-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ trigger:
paths:
exclude: # don't trigger if only docs and similar files changed
- docs/*
- '**/*.md'
#- '**/*.md'

pr:
branches:
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
- script: dotnet tool restore
- 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
- script: dotnet build src/benchmarks/gc/GC.Infrastructure/GC.Analysis.API/GC.Analysis.API.csproj --configuration Release --framework net8.0

# Run tests. Template installed from: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/vstest-v3?view=azure-pipelines
- task: VSTest@3
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 @@ -6,6 +6,7 @@ This repository contains the code to invoke the GC Infrastructure that currently
2. Microbenchmarks
3. ASP.NET Benchmarks
4. Test - To Remove.
5. Test.

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

Expand Down

0 comments on commit 890ffae

Please sign in to comment.