do it right, fool

This commit is contained in:
Dustin L. Howett 2024-09-26 17:33:01 -05:00
parent c6e671fcd7
commit c8e16da7a7

View File

@ -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') }}: