mirror of
https://github.com/hapifhir/org.hl7.fhir.core.git
synced 2025-02-07 21:38:15 +00:00
11 lines
286 B
YAML
11 lines
286 B
YAML
parameters:
|
|
- name: targetModule
|
|
displayName: 'Target module in project'
|
|
type: string
|
|
|
|
steps:
|
|
- task: Cache@2
|
|
inputs:
|
|
key: maven | $(Build.BuildId) | targets | "${{ parameters.targetModule }}"
|
|
path: $(System.DefaultWorkingDirectory)/${{ parameters.targetModule }}/target/
|