diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a01e9a..cd75f6f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'