Where is the setting for output folder in CI?

Hi,

 

After MS build action , where is the folder it is saving the build output?

Where is the setting of folders.?

 

You can set the Output Path property of the MSBuild action. The value should be inside the build workspace, e.g :

$Workspace$/Bin

Recommended reading :

http://wiki.finalbuilder.com/display/continua/Build+Workspace

http://wiki.finalbuilder.com/display/continua/MSBuild+Action