Skip to content

Commit

Permalink
Add running unit tests to CI pipeline (#835)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund authored Dec 13, 2024
1 parent 4d0ce83 commit fd23d63
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pipelines/sbom-tool-main-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,11 @@ extends:
inputs:
arguments: '-c $(BuildConfiguration)'

- task: DotNetCoreCLI@2
displayName: Run tests
inputs:
command: 'test'

- task: UseDotNet@2
displayName: 'Install .NET 6 SDK'
inputs:
Expand Down

0 comments on commit fd23d63

Please sign in to comment.