We have just upgraded from VS 2010 / TFS 2010 to VS 2013 / TFS 2013.
Our old custom build definitions no longer work. I am trying to simply create a new build definition that builds our solution and then copies it to an output folder as you can see below:
However ... it doesn't copy anything there but a logs directory:
Here's my build result:
What am I doing wrong here?
C:\Builds\11\Xxx
. No bin folders though. Log file only gives 1 warning: C:\Builds\11\Xxx\src\Xxx.sln.metaproj : warning MSB4126: The specified solution configuration "Release|x86" is invalid. Please specify a valid solution configuration using the Configuration and Platform properties (e.g. MSBuild.exe Solution.sln /p:Configuration=Debug /p:Platform="Any CPU") or leave those properties blank to use the default solution configuration. – Code Maverick