diff --git a/build/azure-pipelines/linux/product-build-linux.yml b/build/azure-pipelines/linux/product-build-linux.yml index 3407fde4727c1d9884c95ff96ef569aa58435862..9d52787fadcd0ef8d81e707515ec20ea70ad337b 100644 --- a/build/azure-pipelines/linux/product-build-linux.yml +++ b/build/azure-pipelines/linux/product-build-linux.yml @@ -7,7 +7,7 @@ steps: - task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1 inputs: keyfile: '.build/commit' - targetfolder: '.build, out-build' + targetfolder: '.build, **/out-build' vstsFeed: 'npm-vscode' platformIndependent: true alias: 'Compilation' diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index e1c9f90cabbe29e156048053841724ab38373975..a78c9ed8eeaee196887b66d803ea01b6538f7db5 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -7,7 +7,7 @@ steps: - task: 1ESLighthouseEng.PipelineArtifactCaching.RestoreCacheV1.RestoreCache@1 inputs: keyfile: '.build/commit' - targetfolder: '.build, out-build' + targetfolder: '.build, **/out-build' vstsFeed: 'npm-vscode' platformIndependent: true alias: 'Compilation' @@ -113,7 +113,7 @@ steps: - task: 1ESLighthouseEng.PipelineArtifactCaching.SaveCacheV1.SaveCache@1 inputs: keyfile: '.build/commit' - targetfolder: '.build, out-build' + targetfolder: '.build, **/out-build' vstsFeed: 'npm-vscode' platformIndependent: true alias: 'Compilation'