From 7c1892109e49714e1abbb13cf8f8580e29f0035f Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Sun, 30 Aug 2020 10:16:55 +0200 Subject: [PATCH] Install latest in major and minor version (azure-pipelines.yml) --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2d7358b36..293a36bb3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -42,7 +42,7 @@ jobs: displayName: 'Install .NET Core 3.1' inputs: packageType: sdk - version: '3.1.100' + version: '3.1.x' installationPath: $(Agent.ToolsDirectory)/dotnet - task: DotNetCoreCLI@2 @@ -109,4 +109,4 @@ jobs: displayName: Publish $(ReleaseChannel) $(BuildConfiguration) inputs: targetPath: $(Build.ArtifactStagingDirectory)\$(ReleaseChannel) - artifactName: $(ReleaseChannel) - $(BuildConfiguration) \ No newline at end of file + artifactName: $(ReleaseChannel) - $(BuildConfiguration)