Unverified Commit bcbc9211 authored by Steve Smith's avatar Steve Smith Committed by GitHub

Adding test run task

parent 5036a1b1
...@@ -15,3 +15,11 @@ variables: ...@@ -15,3 +15,11 @@ variables:
steps: steps:
- script: dotnet build --configuration $(buildConfiguration) - script: dotnet build --configuration $(buildConfiguration)
displayName: 'dotnet build $(buildConfiguration)' displayName: 'dotnet build $(buildConfiguration)'
- task: DotNetCoreCLI@2
inputs:
command: test
projects: '**/*Tests/*.csproj'
arguments: '--configuration $(buildConfiguration)'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment