Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vijayma committed Mar 21, 2019
1 parent f90004f commit 484f1fd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,9 @@ steps:
command: build
projects: '**/*.csproj'
arguments: '--configuration Release'

- task: DotNetCoreCLI@2
inputs:
command: test
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration)'

0 comments on commit 484f1fd

Please sign in to comment.