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)