Azure pipelines: tests and pack #5

Merged
mahalex merged 5 commits from azure-pipelines-tests into master 2018-10-14 16:06:17 +00:00
Showing only changes of commit bd61ffca1b - Show all commits

View File

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