From 07db8fd1574c3f1934996909560be0b9caadb465 Mon Sep 17 00:00:00 2001 From: dotasek Date: Thu, 2 Mar 2023 15:23:47 -0500 Subject: [PATCH] Update master-branch-parallel-pipeline.yml for Azure Pipelines ***NO_CI*** --- master-branch-parallel-pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/master-branch-parallel-pipeline.yml b/master-branch-parallel-pipeline.yml index a12cd9369..bf0430daa 100644 --- a/master-branch-parallel-pipeline.yml +++ b/master-branch-parallel-pipeline.yml @@ -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'