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