Skip to content

Commit

Permalink
Bring back cloud build numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott committed Nov 9, 2022
1 parent 2f0d153 commit d5ce604
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
clean: true
- template: install-dependencies.yml

- powershell: '& (./azure-pipelines/Get-nbgv.ps1) cloud'
displayName: Set build number

- template: dotnet.yml
parameters:
RunTests: ${{ parameters.RunTests }}
Expand Down

0 comments on commit d5ce604

Please sign in to comment.