diff --git a/azure-pipelines/build.yml b/azure-pipelines/build.yml index 5cbc31e..6f0344e 100644 --- a/azure-pipelines/build.yml +++ b/azure-pipelines/build.yml @@ -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 }}