Search code examples
tfsvisual-studio-2015tfsbuildbuild-automation

Error with TFS Build


I'm new to TFS and I'm trying to setup an automated build that will run each time there is a check in. I added a NuGet Installer and a Visual Studio Build steps but it looks like neither step is being executed. I tried disabling all steps to attempt to run a build that does nothing but still get the same error about a bin.rar file. This a fairly simple MVC project that should work with all the default settings. I've looked everywhere and have not found anything with a similar error.

I have also tried removing all the build steps and queued a new build but got the same error. There is no reference to bin.rar in the SLN, csproj, or config files.

Error on TFS build

Error in the log


Solution

  • I solved this by creating a new agent and a new build definition. Everything worked with the default setting and I didn't make any changes to the permissions.