This commit is contained in:
Alexander Luzgarev 2018-10-14 16:25:42 +02:00 committed by GitHub
parent c5baa1dff2
commit bd61ffca1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ steps:
displayName: 'dotnet build $(buildConfiguration)'
- task: DotNetCoreCLI@2
displayName 'dotnet test $(buildConfiguration)'
displayName: 'dotnet test $(buildConfiguration)'
inputs:
command: test
projects: '**/*Tests/*.csproj'