diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index d6afa3bb98..76536f91dd 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: inputs: version: 3.1.100 - task: DotNetCoreCLI@2 - displayName: 'dotnet test' - inputs: - command: test - projects: '**\Umbraco.Tests.UnitTests.csproj' + displayName: 'dotnet test' + inputs: + command: test + projects: '**\Umbraco.Tests.UnitTests.csproj'