diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d7a0cf..4ad0802 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ steps: displayName: 'build all' inputs: projects: src/Config.Net.sln - arguments: '-c release' + arguments: '-c release -v d' - task: DotNetCoreCLI@2 displayName: 'unit tests'