Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
enisn committed Mar 25, 2024
1 parent 110ae6c commit ecc8b7c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ steps:
inputs:
command: 'build'

- task: DotNetCoreCLI@2
displayName: "Test"
inputs:
command: 'test'
# - task: DotNetCoreCLI@2
# displayName: "Test"
# inputs:
# command: 'test'

- script: 'dotnet test -m:1'
displayName: 'dotnet test'

0 comments on commit ecc8b7c

Please sign in to comment.