Skip to content

Commit

Permalink
Run netcore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-pipelines[bot] committed Dec 19, 2018
1 parent a82518e commit ce2c036
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ steps:
platform: '$(buildPlatform)'
configuration: '$(buildConfiguration)'

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

0 comments on commit ce2c036

Please sign in to comment.