From 004297aea66a3bee4ef6fce06ec89cfec98463d8 Mon Sep 17 00:00:00 2001 From: Anthony Dresser Date: Wed, 30 Oct 2019 11:02:53 -0700 Subject: [PATCH] fix linux cache (#8111) --- build/azure-pipelines/linux/continuous-build-linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/linux/continuous-build-linux.yml b/build/azure-pipelines/linux/continuous-build-linux.yml index f77cbbd9c5..e69e0c4264 100644 --- a/build/azure-pipelines/linux/continuous-build-linux.yml +++ b/build/azure-pipelines/linux/continuous-build-linux.yml @@ -28,7 +28,7 @@ steps: inputs: keyfile: '.yarnrc, remote/.yarnrc, **/yarn.lock, !**/node_modules/**/yarn.lock, !**/.*/**/yarn.lock' targetfolder: '**/node_modules, !**/node_modules/**/node_modules' - vstsFeed: '$(ArtifactFeed)' # {{SQL CARBON EDIT}} update build cache + vstsFeed: '$(build-cache)' # {{SQL CARBON EDIT}} update build cache condition: and(succeeded(), ne(variables['CacheRestored'], 'true')) - script: | yarn electron x64