-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
Closed as not planned
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
I've tried a number of ways to stop the msbuild file tracking logs from being created:
/p:TrackFileAccess=false
inmsbuild.rsp
<TrackFileAccess>false</TrackFileAccess>
in:pcbuild.proj
globalspython.props
- inidividual
.vcxproj
files
None of which stopped the tlogs from being generated.
I wonder if anyone else has successfully managed to do this?
CPython versions tested on:
3.8
Operating systems tested on:
Windows
Metadata
Metadata
Assignees
Labels
OS-windowsbuildThe build process and cross-buildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error