I am newbie to TFS. I am trying to automate process of build upon checking in the code in TFS. I setup a Controller and an Agent. I created a new build definition and set a "build" and "drop" folder on c:. I check in the code, expecting to see the generated dll files in "drop" folders. There's none, just "logs" folder. The "binaries" folder in "build" folder is also empty. Apparently the binaries are not being generated at all. How can I have MSBuild to generate the dll files? They are generated when I compile the website locally on my development machine under "bin\" folder. The solution is comprised of two separate projects: "core" and "web" where "core" is referenced within "web". Any thoughts?

有帮助吗?

解决方案

What is the Summary showing of your build that ran? Or are there errors in your build? You can check the log of the build by opening the build in Visual Studio and then click View Log.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top