From 28ba2bd301f47250e53876d21d240ba5434bb7af Mon Sep 17 00:00:00 2001 From: David Federman Date: Thu, 25 Apr 2024 07:47:12 -0700 Subject: [PATCH] Enable caching in CI pipeline (#32608) --- .pipelines/ci/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.pipelines/ci/ci.yml b/.pipelines/ci/ci.yml index 4505a0b30a..c4707e5d6a 100644 --- a/.pipelines/ci/ci.yml +++ b/.pipelines/ci/ci.yml @@ -26,14 +26,19 @@ pr: # 0.0.1904.0900 name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr) +variables: + EnablePipelineCache: true + jobs: - template: ./templates/build-powertoys-precheck.yml - template: ./templates/build-powertoys-ci.yml parameters: - platform: x64 + platform: x64 + enableCaching: true - template: ./templates/build-powertoys-ci.yml parameters: platform: arm64 + enableCaching: true - template: ./templates/run-ui-tests-ci.yml parameters: platform: x64