visual studio - TFS 2013 is not copying build output to drop folder -


We have just launched VS 2010 from VS010 / TFS 2010. 2013 / TFS 2013.

Our old custom build definitions no longer work. I'm just trying to create a new build definition that creates our solution and then copies it into an output folder as you see below Can:

Enter image details here

though .. It does not copy anything there, but a log directory:


Here Image Viv Enter


Here's my build result:

What am I doing wrong here?

OK in the Processes tab, where you can select sln to create you configuration and platform You can specify, set according to your SLN file or leave blank, right click and see the configuration, see what settings you have and repeat in the build definition i.e. Debug ACCPU, Release X64


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -