cruisecontrol.net
Why am I am getting 404 errors when I try to access my newly-installed CruiseControl.NET Dashboard?
I\'ve just got to the bottom of this, and couldn\'t find the problem documented anywhere, so thought I would post the question (and answer) for开发者_JS百科 future reference:[详细]
2023-03-07 06:59 分类:问答System.UnauthorizedAccessException using NAnt with CCNet
I\'m trying to copy file to network path like \'\\\\serverA\\开发者_如何学Godestenation\\file\', but fail with Unauthorized Access exception. I have tried change ccnet service LogOn account, but witho[详细]
2023-03-07 03:10 分类:问答How to compile aspx pages with cruise control.net
I have setup Cruise Control.Net 1.6.7981.1 for a ASP.Net project. It is currently building correctly with MSBuild. The MSBuild config file is setup as follows[详细]
2023-03-05 23:48 分类:问答CruiseControl.net spaces in <cb:define> field splitting path
I\'m using thefield to define a path within CC.NET, but the path has spaces in it. I use the definition within a robocopy task.However when I run the robocopy comm开发者_开发百科and in cruisecontrol.n[详细]
2023-03-04 04:10 分类:问答CruiseControl 1.6 issue on Windows Server 2008
I am trying to run CruiseControl.Net 1.6.7981.1 on a windows server 2008.The server and dashboard .config\'s has been configured.Visual Studio 2010 is installed on the server[详细]
2023-03-04 01:47 分类:问答Can there be any difference between Clean+Rebuild and Clean+Build
I\'ve got a msbuild task in cruiseControl which first Clearn and then Rebuild. Can there be any difference if I change it as Clean and Build (rather than rebuild) ?[详细]
2023-03-03 20:52 分类:问答How to specify the platform in devenv build CruiseControl.net
When building with msbuild we can give the platform as below <msbuild> <buildArgs>P开发者_Go百科latform=x86</buildArgs>[详细]
2023-03-03 20:41 分类:问答Any difference in output binaries when using CruiseControl.net in devenv and msbuild
I am using msbuild to build my C# VS solution. I\'ve got an error with a third party control which needs an user interaction for building. I might be able to get it fixed if I changed cruisecontrol co[详细]
2023-03-03 15:33 分类:问答Order of Forcebuild publisher in CruiseControl
Is there a way to order the execution of a force build publisher and wait for the prior forcebuild to finish up before executing the next开发者_运维知识库 one?[详细]
2023-03-03 08:39 分类:问答Trouble building a BizTalk orchestration with MSBuild
I\'ve got a BizTalk 2010 project I am trying to build via Cruise Control .NET. The weird thing is that it\'s having trouble with the CompileODX target, within the XLangTask. I can compile via MSBuild.[详细]
2023-03-03 07:39 分类:问答