parent
56885bb9ba
commit
d80a6d257a
|
@ -19,7 +19,7 @@ jobs:
|
|||
- task: Cache@2
|
||||
inputs:
|
||||
key: maven | $(Build.BuildId)
|
||||
path: $(MAVEN_CACHE_FOLDER)
|
||||
path: $(MAVEN_CACHE_FOLDER), $(System.DefaultWorkingDirectory)/$(GIT_REPO)/org.hl7.fhir.convertors/target
|
||||
- task: Bash@3
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
|
|
Loading…
Reference in New Issue