dotnet / dotnet/project-system
IntermediateOutputPath being inserted
- Dominant language
- C#
- Stars
- 1k
- Forks
- 415
- PR merge metrics
- No merged PRs in 30d
Description
VS2017 automatically adding <IntermediateOutputPath/> to the <PropertyGroup. How do I keep this from happening because I'm working on a team and TFS sees this auto insert and adds the project files to my pending changes which I don't want unless o ne really changes due to new object added.
<IntermediateOutputPath>C:\Users\myName\AppData\Local\Temp\vs80AA.tmp\Debug\</IntermediateOutputPath>
The other developers are not having this problem but I don't know where to address this in the settings.
How do I stop this auto insertion in VS2017? I've seen other explanations as this is not set correctly somewhere else but where is this option in VS2017?
_This issue has been moved from https://developercommunity.visualstudio.com/content/problem/261332/intermediateoutputpath-being-inserted.html
VSTS ticketId: 622610_
Contributor guide
Assessment
This issue has not been assessed yet.