mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-21 15:53:19 +00:00
do it right, fool
This commit is contained in:
parent
c6e671fcd7
commit
c8e16da7a7
@ -3,6 +3,9 @@ variables:
|
||||
value: false
|
||||
- name: EnablePipelineCache
|
||||
value: true
|
||||
- ${{ if eq(parameters.enableMsBuildCaching, true) }}:
|
||||
- name: EnablePipelineCache
|
||||
value: true
|
||||
|
||||
parameters:
|
||||
- name: buildPlatforms
|
||||
@ -17,10 +20,6 @@ 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