Skip to content

Commit

Permalink
First build and then test
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsharm committed Sep 27, 2024
1 parent e3111a8 commit 3f52c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions gc-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
includePreviewVersions: true
- script: dotnet tool restore
- script: dotnet tool install --local dotnet-repl
- script: dotnet build src/benchmarks/gc/GC.Infrastructure/GC.Infrastructure.NotebookTests/GC.Infrastructure.NotebookTests.csproj --configuration Debug --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 @@ -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 3f52c30

Please sign in to comment.