* remove the part where we state that we can analyze binlogs of older  versions of MSBuild

* Update BuildCheck-Architecture.md
This commit is contained in:
Surayya Huseyn Zada 2024-07-08 17:14:33 +02:00 коммит произвёл GitHub
Родитель 07be3a17b2
Коммит 47fb7d5307
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -35,7 +35,7 @@ One example of rich data that might be helpful for internal analyses is [`Projec
## Execution Modes
**Replay Mode** - so that users can choose to perform analyses post build, without impacting the performance of the build. And so that some level of analysis can be run on artifacts from builds produced by older versions of MSBuild.
**Replay Mode** - so that users can choose to perform analyses post build, without impacting the performance of the build. And so that some level of analysis can be run on artifacts from builds produced by MSBuild from NET 9.0 / VS 17.12 or newer. The older versions won't be supported.
**Live mode** - this is what users are used to from compilation analyses. Integrating into build execution will as well help driving adoption by opting-in users by default to some level of checking and hence exposing them to the feature.