ci: Adjust .NET installer
This commit is contained in:
Родитель
29e943b092
Коммит
bf4ca2289e
|
@ -5,6 +5,12 @@ steps:
|
|||
packageType: 'runtime'
|
||||
version: '3.1.x'
|
||||
|
||||
- task: UseDotNet@2
|
||||
inputs:
|
||||
packageType: sdk
|
||||
useGlobalJson: true
|
||||
includePreviewVersions: true
|
||||
|
||||
- task: nventiveCanaryUpdater@5
|
||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries/dev')
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче