Cannot find the MSBuild _ * file. Failure.txt

During a long build (started with IncrediBuild), I get error messages like this:

MSBUILD : error MSB4166: Child node "3" exited prematurely. Shutting down. Diagnostic information may be found in files in the temporary files directory named MSBuild_*.failure.txt.

Where can i find this file MSBuild_*.failure.txt?

Edit

According to the comments, I searched in the directory %TEMP%for msbuild, but I could not find the files with the template MSBuild_*.failure.txt.

+4
source share

Source: https://habr.com/ru/post/1676689/


All Articles