mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-11-23 19:49:17 +08:00
Enable caching in CI pipeline (#32608)
This commit is contained in:
parent
d9008186cf
commit
28ba2bd301
@ -26,14 +26,19 @@ pr:
|
|||||||
# 0.0.1904.0900
|
# 0.0.1904.0900
|
||||||
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
|
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
|
||||||
|
|
||||||
|
variables:
|
||||||
|
EnablePipelineCache: true
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- template: ./templates/build-powertoys-precheck.yml
|
- template: ./templates/build-powertoys-precheck.yml
|
||||||
- template: ./templates/build-powertoys-ci.yml
|
- template: ./templates/build-powertoys-ci.yml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x64
|
platform: x64
|
||||||
|
enableCaching: true
|
||||||
- template: ./templates/build-powertoys-ci.yml
|
- template: ./templates/build-powertoys-ci.yml
|
||||||
parameters:
|
parameters:
|
||||||
platform: arm64
|
platform: arm64
|
||||||
|
enableCaching: true
|
||||||
- template: ./templates/run-ui-tests-ci.yml
|
- template: ./templates/run-ui-tests-ci.yml
|
||||||
parameters:
|
parameters:
|
||||||
platform: x64
|
platform: x64
|
||||||
|
Loading…
Reference in New Issue
Block a user