apparently this is the proper name

This commit is contained in:
Ellpeck 2020-02-07 13:22:42 +01:00
parent 080885e69d
commit c888c3581e

View file

@ -11,7 +11,7 @@ pool:
variables:
GRADLE_USER_HOME: $(Pipeline.Workspace)/.gradle
BUILD_NUMBER: $(BuildID)
BUILD_NUMBER: $(Build.BuildId)
steps:
- task: Cache@2