Update master-branch-parallel-pipeline.yml for Azure Pipelines
This commit is contained in:
parent
bb9a66551c
commit
0a385a1366
|
@ -22,8 +22,8 @@ jobs:
|
|||
path: $(MAVEN_CACHE_FOLDER)
|
||||
- task: Cache@2
|
||||
inputs:
|
||||
key: maven | $(Build.BuildId) | targets
|
||||
path: $(System.DefaultWorkingDirectory)/org.hl7.fhir.convertors/target/**, $(System.DefaultWorkingDirectory)/org.hl7.fhir.utilities/target/**
|
||||
key: maven | $(Build.BuildId) | targets | convertors
|
||||
path: $(System.DefaultWorkingDirectory)/org.hl7.fhir.convertors/target/
|
||||
- task: Bash@3
|
||||
inputs:
|
||||
targetType: 'inline'
|
||||
|
|
Loading…
Reference in New Issue