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 3f52c30 commit b42400f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion gc-azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
version: 9.0.x
includePreviewVersions: true
- script: dotnet tool restore
- script: dotnet tool install --local dotnet-repl
- 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

# Run tests. Template installed from: https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/vstest-v3?view=azure-pipelines
Expand Down
1 change: 0 additions & 1 deletion src/benchmarks/gc/GC.Infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ 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 b42400f

Please sign in to comment.