Re-enable caching, of course

This commit is contained in:
Dustin L. Howett 2024-09-26 17:31:19 -05:00
parent 37bca94106
commit c6e671fcd7

View File

@ -32,7 +32,7 @@ parameters:
- name: enableMsBuildCaching
type: boolean
displayName: "Enable MSBuild Caching"
default: false
default: true
- name: runTests
type: boolean
displayName: "Run Tests"