diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 706933f..0de90df 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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