From 71587f11486fb46a4d7024c61fe675417a7675c5 Mon Sep 17 00:00:00 2001 From: Rui Marinho Date: Tue, 7 Jan 2020 23:10:59 +0000 Subject: [PATCH] [Build]Use same counter for all builds (#9118) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5dc68607a..59ce60cfe 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,7 +10,7 @@ variables: - name: SolutionFile value: Xamarin.Forms.sln - name: BuildVersion - value: $[counter(variables['Build.SourceBranch'], 1)] + value: $[counter('nuget-counter', 126)] - name: BuildVersion42 value: $[counter('xf-nuget-counter', 992000)] - name: BuildVersion43