Update master-branch-parallel-pipeline.yml

***NO_CI***
This commit is contained in:
dotasek 2023-03-02 14:11:31 -05:00 committed by GitHub
parent 56885bb9ba
commit d80a6d257a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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