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. 4
      azure-pipelines.yml

4
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
@ -109,4 +109,4 @@ jobs: @@ -109,4 +109,4 @@ jobs:
displayName: Publish $(ReleaseChannel) $(BuildConfiguration)
inputs:
targetPath: $(Build.ArtifactStagingDirectory)\$(ReleaseChannel)
artifactName: $(ReleaseChannel) - $(BuildConfiguration)
artifactName: $(ReleaseChannel) - $(BuildConfiguration)

Loading…
Cancel
Save