Enable caching in CI pipeline (#32608)

This commit is contained in:
David Federman 2024-04-25 07:47:12 -07:00 committed by GitHub
parent d9008186cf
commit 28ba2bd301
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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