From 8fa15b25619a80bac2cb6dd995b75ef71dffa2a6 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 24 Nov 2020 15:12:12 +0100 Subject: [PATCH] Fixing indentation --- build/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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'