build: reintroduce variables.EnablePipelineCache

This commit is contained in:
Dustin L. Howett 2024-09-26 17:30:36 -05:00
parent dca8b7ac35
commit 37bca94106

View File

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