From 8d4169dde280ca49867e1627e02aaea72eb2d37a Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 24 Nov 2020 16:24:25 +0100 Subject: [PATCH] Indentation issues --- build/azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines.yml b/build/azure-pipelines.yml index 087828bf35..55f7b4ff73 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -33,9 +33,9 @@ jobs: steps: - task: UseDotNet@2 - displayName: 'Use .Net Core sdk 3.1.100' - inputs: - version: 3.1.100 + displayName: 'Use .Net Core sdk 3.1.100' + inputs: + version: 3.1.100 - task: DotNetCoreCLI@2 displayName: 'dotnet test'