Scope of Local Changes
Hi
We are using the latest EAP and want to run a Personal build from the Local Changes window. It seems like the Visual Studio plug-in only picks up the changes visible within the folder that contains the actual .sln file. For example, we use the following project structure:
Main
Lib - Contains 3rd party libraries
Source - Contains the .sln file
Project 1
Project 2
Sql
Views
Procs
Because we open the solution file in VS from the Source folder, any changes in the Sql/Lib folders are currently not picked up as part of the Local Changes window which is problematic as we want all the changes in the Main folder to be submitted as part of the Personal build.
Is there a way to configure this in TeamCity?
Please sign in to leave a comment.
OK, figured out I had to uncheck the Filter By Solution option