ci: Adjust nuget updater
This commit is contained in:
Родитель
480cc7a302
Коммит
bc4c0843cb
|
@ -11,6 +11,13 @@ jobs:
|
||||||
vmImage: 'windows-2022'
|
vmImage: 'windows-2022'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- task: UseDotNet@2
|
||||||
|
displayName: 'Use .NET Core SDK 2.2.x'
|
||||||
|
retryCountOnTaskFailure: 3
|
||||||
|
inputs:
|
||||||
|
packageType: sdk
|
||||||
|
version: 2.2.x
|
||||||
|
|
||||||
- task: nventiveCanaryUpdater@5
|
- task: nventiveCanaryUpdater@5
|
||||||
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries')
|
condition: startsWith(variables['Build.SourceBranch'], 'refs/heads/canaries')
|
||||||
inputs:
|
inputs:
|
||||||
|
|
Загрузка…
Ссылка в новой задаче