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'