Skip to content

Commit

Permalink
CI run dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 17, 2022
1 parent e6a2696 commit 3724947
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,10 @@ steps:
command: 'build'
projects: 'dirs.proj'
arguments: '-c $(buildConfiguration)'

- task: DotNetCoreCLI@2
displayName: 'Test projects'
inputs:
command: 'test'
projects: 'dirs.proj'
arguments: '-c $(buildConfiguration)'

0 comments on commit 3724947

Please sign in to comment.