[Build]Unify PCH usage (#31055)

* Unify PCH usage

* Add back CIBuild property

* Add back CIBuild property
This commit is contained in:
David Federman
2024-03-22 03:29:14 -07:00
committed by GitHub
parent 79a7987874
commit c39e306784
86 changed files with 95 additions and 250 deletions

View File

@@ -55,6 +55,9 @@
</PropertyGroup>
<PropertyGroup Condition="'$(MSBuildCacheEnabled)' == 'true'">
<!-- Disable when running in a pipeline as the time to upload or download the massive .pch/.pchast to the cache is greater than the savings they provide. -->
<UsePrecompiledHeaders Condition="'$(TF_BUILD)' != ''">false</UsePrecompiledHeaders>
<!-- Change this to bust the cache -->
<MSBuildCacheCacheUniverse Condition="'$(MSBuildCacheCacheUniverse)' == ''">202310210737</MSBuildCacheCacheUniverse>