From bd61ffca1b4f7887e42fb8f6afc4ab61e83095a0 Mon Sep 17 00:00:00 2001 From: Alexander Luzgarev Date: Sun, 14 Oct 2018 16:25:42 +0200 Subject: [PATCH] Fix typo --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'