From 8ea2787f08e48d0749c05f52622a7d224f827ad1 Mon Sep 17 00:00:00 2001 From: Elitsa Marinovska Date: Tue, 1 Dec 2020 15:30:06 +0100 Subject: [PATCH] using again 3.1.x format of .net core sdk verison --- 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 f235530d03..1ba32a3e8f 100644 --- a/build/azure-pipelines.yml +++ b/build/azure-pipelines.yml @@ -22,7 +22,7 @@ stages: - task: UseDotNet@2 displayName: 'Use .Net Core sdk 3.1.x' inputs: - version: 3.1.100 + version: 3.1.x - task: DotNetCoreCLI@2 displayName: 'dotnet test' @@ -43,7 +43,7 @@ stages: - task: UseDotNet@2 displayName: 'Use .Net Core sdk 3.1.x' inputs: - version: 3.1.100 + version: 3.1.x - task: DotNetCoreCLI@2 displayName: 'dotnet test' @@ -167,7 +167,7 @@ stages: - task: UseDotNet@2 displayName: 'Use .Net Core sdk 3.1.x' inputs: - version: 3.1.100 + version: 3.1.x - task: DotNetCoreCLI@2 displayName: 'dotnet build'