Simple Question on CruiseControl.Net and MSBuild -


i have had first successful build using cc.net + msbuild on legacy project. took 8 hours.

my newb question is: output?

my artifactdirectory empty. did go?

did specify thoughtworks.cruisecontrol.msbuild.dll logger in msbuild-task? did have xmllogger publisher?

edit:
looking : results/logs goes dashboard , mail or website/dll/program built?
post project configuration?

edit2:
website/dll built located in outdir specified in msbuild task. if didn't override either outdir or outputpath property (in msbuild task or msbuild build script) website should located in webproject\bin\release (or debug)_publishedwebsites , dlls should located in every project_dir\bin\release (or debug).
if want common output need specify overriding outputpath or baseoutputpath (see here http://msdn.microsoft.com/en-us/library/bb629394.aspx ).


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -