From c888c3581ea99dbeaf288555a715734ece25855f Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 7 Feb 2020 13:22:42 +0100 Subject: [PATCH] apparently this is the proper name --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4f105904..903f2431 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -11,7 +11,7 @@ pool: variables: GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle - BUILD_NUMBER: $(BuildID) + BUILD_NUMBER: $(Build.BuildId) steps: - task: Cache@2