mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
[Build]reintroduce variables.EnablePipelineCache (#35087)
* build: reintroduce variables.EnablePipelineCache
This commit is contained in:
@@ -32,7 +32,7 @@ parameters:
|
|||||||
- name: enableMsBuildCaching
|
- name: enableMsBuildCaching
|
||||||
type: boolean
|
type: boolean
|
||||||
displayName: "Enable MSBuild Caching"
|
displayName: "Enable MSBuild Caching"
|
||||||
default: false
|
default: true
|
||||||
- name: runTests
|
- name: runTests
|
||||||
type: boolean
|
type: boolean
|
||||||
displayName: "Run Tests"
|
displayName: "Run Tests"
|
||||||
|
|||||||
@@ -3,6 +3,9 @@ variables:
|
|||||||
value: false
|
value: false
|
||||||
- name: EnablePipelineCache
|
- name: EnablePipelineCache
|
||||||
value: true
|
value: true
|
||||||
|
- ${{ if eq(parameters.enableMsBuildCaching, true) }}:
|
||||||
|
- name: EnablePipelineCache
|
||||||
|
value: true
|
||||||
|
|
||||||
parameters:
|
parameters:
|
||||||
- name: buildPlatforms
|
- name: buildPlatforms
|
||||||
|
|||||||
Reference in New Issue
Block a user