mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-02-16 18:05:19 +00:00
cache pegged to SHa1 (#3968)
This commit is contained in:
parent
5509bd053d
commit
506966e089
@ -13,7 +13,7 @@ jobs:
|
||||
steps:
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'maven | "$(Agent.OS)" | ./pom.xml'
|
||||
key: 'maven | "$(Agent.OS)" | "$(Build.SourceVersion)" | ./pom.xml'
|
||||
path: $(MAVEN_CACHE_FOLDER)
|
||||
- task: Bash@3
|
||||
inputs:
|
||||
@ -46,7 +46,7 @@ jobs:
|
||||
releaseType: stable
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: 'maven | "$(Agent.OS)" | ./pom.xml'
|
||||
key: 'maven | "$(Agent.OS)" | "$(Build.SourceVersion)" | ./pom.xml'
|
||||
path: $(MAVEN_CACHE_FOLDER)
|
||||
# - task: Maven@3
|
||||
# env:
|
||||
|
Loading…
x
Reference in New Issue
Block a user