Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to disable tlog file generation for PCbuild #125485

Closed
matt-sm opened this issue Oct 14, 2024 · 1 comment
Closed

Unable to disable tlog file generation for PCbuild #125485

matt-sm opened this issue Oct 14, 2024 · 1 comment
Labels
build The build process and cross-build OS-windows type-bug An unexpected behavior, bug, or error

Comments

@matt-sm
Copy link

matt-sm commented Oct 14, 2024

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

@matt-sm matt-sm added the type-bug An unexpected behavior, bug, or error label Oct 14, 2024
@picnixz picnixz added OS-windows build The build process and cross-build labels Oct 14, 2024
@matt-sm
Copy link
Author

matt-sm commented Oct 15, 2024

I've been able to repro this same issue on a simple msbuild hello world cpp project, so perhaps we should close this in favour of dotnet/msbuild#10814

@zware zware closed this as not planned Won't fix, can't repro, duplicate, stale Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build The build process and cross-build OS-windows type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants