[PTRun]Don't apply title bar fix to Windows build 22000 to avoid crash (#33687)

This commit is contained in:
Clint Rutkas
2024-07-11 03:34:17 -07:00
committed by GitHub
parent 24bed6f0bb
commit 7b37eba0f9
3 changed files with 9 additions and 2 deletions

View File

@@ -85,7 +85,7 @@
<UsePrecompiledHeaders Condition="'$(TF_BUILD)' != ''">false</UsePrecompiledHeaders>
<!-- Change this to bust the cache -->
<MSBuildCacheCacheUniverse Condition="'$(MSBuildCacheCacheUniverse)' == ''">202406130737</MSBuildCacheCacheUniverse>
<MSBuildCacheCacheUniverse Condition="'$(MSBuildCacheCacheUniverse)' == ''">202407100737</MSBuildCacheCacheUniverse>
<!--
Visual Studio telemetry reads various ApplicationInsights.config files and other files after the project is finished, likely in a detached process.