Is there a way to get Teamcity to interact with the nuget session whilst performing a package restore.
The issue i have is that various files are in a conflicted state and it is prompting to over write, i.e. like this:
[update] File Conflict.
[update] File 'App_Start\NinjectWebCommon.cs' already exists in project 'MyProject'. Do you want to overwrite it?
Which in turn hangs the build waiting for a response to the prompt, this is obviously not a problem in VS, but i cant find an option in Teamcity to set a default response to prompts like this.
How do people handle this situation?