From 375bcf6f7c091c74f209d0954e97670bc1ac80b8 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Wed, 3 Jul 2019 18:13:24 +0200 Subject: [PATCH] test out SaveCache theory --- build/azure-pipelines/linux/product-build-linux.yml | 2 +- build/azure-pipelines/product-compile.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/azure-pipelines/linux/product-build-linux.yml b/build/azure-pipelines/linux/product-build-linux.yml index 3407fde4727..9d52787fadc 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 e1c9f90cabb..a78c9ed8eea 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' -- GitLab