Skip to content

Unable to disable tlog file generation for PCbuild #125485

@matt-sm

Description

@matt-sm

Bug report

Bug description:

I've tried a number of ways to stop the msbuild file tracking logs from being created:

  • /p:TrackFileAccess=false in msbuild.rsp
  • <TrackFileAccess>false</TrackFileAccess> in:
    • pcbuild.projglobals
    • python.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

No one assigned

    Labels

    OS-windowsbuildThe build process and cross-buildtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions