From d5ce6046d2627adea4ab4031dcaaba5b4eac556c Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Wed, 9 Nov 2022 11:44:28 -0700 Subject: [PATCH] Bring back cloud build numbers --- azure-pipelines/build.yml | 4 ++++ 1 file changed, 4 insertions(+) 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 }}