Skip to content

Commit 9896ee4

Browse files
committed
Work CD-CI
- Update update dependets job to have access to NuGet package version when building just this job. ***NO_CI***
1 parent 93a84a2 commit 9896ee4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

azure-pipelines.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,11 @@ jobs:
155155
# need this here in order to persist GitHub credentials
156156
- checkout: self
157157
fetchDepth: 1
158+
159+
- template: azure-pipelines-templates/install-nbgv-tool.yml@templates
160+
161+
- script: nbgv cloud -a -c
162+
displayName: Set build number
158163

159164
# update dependencies
160165
- task: PowerShell@2

0 commit comments

Comments
 (0)