- Update update dependets job to have access to NuGet package version when building just this job.

***NO_CI***
This commit is contained in:
josesimoes 2020-07-08 12:50:45 +01:00
Родитель 93a84a27d4
Коммит 9896ee40bb
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -155,6 +155,11 @@ jobs:
# need this here in order to persist GitHub credentials
- checkout: self
fetchDepth: 1
- template: azure-pipelines-templates/install-nbgv-tool.yml@templates
- script: nbgv cloud -a -c
displayName: Set build number
# update dependencies
- task: PowerShell@2