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 Apr 3, 2024
1 parent 36f2b12 commit 56d590e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +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'
#- script: 'dotnet test -m:1'
# displayName: 'dotnet test'

0 comments on commit 56d590e

Please sign in to comment.