Browse Source

meta: pipelines use .net 6

pull/1958/head
quin lynch 3 years ago
parent
commit
ef5c37b52d
1 changed files with 7 additions and 0 deletions
  1. +7
    -0
      azure/build.yml

+ 7
- 0
azure/build.yml View File

@@ -1,4 +1,11 @@
steps:
- task: UseDotNet@2
displayName: 'Use .NET Core sdk'
inputs:
packageType: 'sdk'
version: '6.0.x'
includePreviewVersions: true
- task: DotNetCoreCLI@2
inputs:
command: 'restore'


Loading…
Cancel
Save