org.hl7.fhir.core/cache-target-directory-task...

11 lines
286 B
YAML
Raw Normal View History

2023-03-31 17:01:54 -04:00
parameters:
- name: targetModule
displayName: 'Target module in project'
type: string
2023-03-31 17:04:14 -04:00
steps:
2023-03-31 17:01:54 -04:00
- task: Cache@2
inputs:
2023-03-31 17:24:38 -04:00
key: maven | $(Build.BuildId) | targets | "${{ parameters.targetModule }}"
2023-03-31 17:01:54 -04:00
path: $(System.DefaultWorkingDirectory)/${{ parameters.targetModule }}/target/