We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tlog
I've tried a number of ways to stop the msbuild file tracking logs from being created:
/p:TrackFileAccess=false
msbuild.rsp
<TrackFileAccess>false</TrackFileAccess>
pcbuild.proj
python.props
.vcxproj
None of which stopped the tlogs from being generated.
I wonder if anyone else has successfully managed to do this?
3.8
Windows
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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
.vcxproj
filesNone 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
The text was updated successfully, but these errors were encountered: