Browse Source

Install latest in major and minor version (azure-pipelines.yml)

pull/2134/head
Christoph Wille 6 years ago committed by GitHub
parent
commit
7c1892109e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      azure-pipelines.yml

2
azure-pipelines.yml

@ -42,7 +42,7 @@ jobs: @@ -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

Loading…
Cancel
Save