mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
build: reintroduce variables.EnablePipelineCache
This commit is contained in:
parent
dca8b7ac35
commit
37bca94106
@ -17,6 +17,10 @@ parameters:
|
||||
type: boolean
|
||||
default: true
|
||||
|
||||
variables:
|
||||
${{ if eq(parameters.enableMsBuildCaching, true) }}:
|
||||
EnablePipelineCache: true
|
||||
|
||||
stages:
|
||||
# Allow manual builds to skip pre-check
|
||||
- ${{ if ne(variables['Build.Reason'], 'Manual') }}:
|
||||
|
Loading…
Reference in New Issue
Block a user