Update master-branch-parallel-pipeline.yml for Azure Pipelines

***NO_CI***
This commit is contained in:
dotasek 2023-03-02 15:23:47 -05:00
parent dc84ba654e
commit 07db8fd157
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ jobs:
path: $(MAVEN_CACHE_FOLDER)
- task: Cache@2
inputs:
key: maven | $(Build.BuildId) | convertors-target
path: $(System.DefaultWorkingDirectory)/org.hl7.fhir.convertors/target
key: maven | $(Build.BuildId) | targets
path: $(System.DefaultWorkingDirectory)/org.hl7.fhir.convertors/target, $(System.DefaultWorkingDirectory)/org.hl7.fhir.utilities/target
- task: Bash@3
inputs:
targetType: 'inline'