cruisecontrol.net

Using CCNetLabel to set AssemblyVersion and PublishVersion with CruiseControl.NET

≡放荡痞女 提交于 2021-02-19 08:24:06
问题 I am trying to deploy a Click Once application (build and publish) using CruiseControl.NET. I cannot find out where I can use the CCNetLabel to set my AssemblyVersion and/or PublishVersion. I would accept other solutions that would allow a unique version number per CruiseControl.NET deployment (Live and Development deployments). 回答1: You need to write a script for setting your AssemblyVersion. I would recommend using NAnt or MSBuild for that purpose, but PowerShell or a simple bat file will

Can I parameterize a CruiseControl.NET project configuration such that the parameters are exposed by the web interface?

六眼飞鱼酱① 提交于 2020-02-05 03:26:06
问题 I am currently trying to use NAnt and CruiseControl.NET to manage various aspects of my software development. Currently, NAnt handles just about everything, including replacing environment specific settings (e.g., database connection strings) based on an input target that I specify on the command line. CruiseControl.NET is used to build the application for the default environment (dev) anytime new code is committed. I also want CruiseControl.NET to invoke a build for my additional

CruiseControl.NET and Clearcase configuration

不打扰是莪最后的温柔 提交于 2020-02-02 11:49:37
问题 I'm having problems simply configuring the server for CruiseControl.NET. I am using the source block that is given by ThoughtWorks to set it up, but I cannot seem to get it to be error-free. I am pretty new to all this and some sort of direction would be fantastic. Does anyone use this combination? Do you have a ccnet.config file I can look at? This is what does not work for me: <cruisecontrol> <project name="test"> <sourcecontrol type="clearCase"> <exec>batch file</exec> <viewPath>path_name<

CruiseControl.NET and Clearcase configuration

本秂侑毒 提交于 2020-02-02 11:48:06
问题 I'm having problems simply configuring the server for CruiseControl.NET. I am using the source block that is given by ThoughtWorks to set it up, but I cannot seem to get it to be error-free. I am pretty new to all this and some sort of direction would be fantastic. Does anyone use this combination? Do you have a ccnet.config file I can look at? This is what does not work for me: <cruisecontrol> <project name="test"> <sourcecontrol type="clearCase"> <exec>batch file</exec> <viewPath>path_name<

CruiseControl.net submit a file to SVN after a task has changed it

落爺英雄遲暮 提交于 2020-01-25 05:29:05
问题 I have a CruiseControl.NET powered build server and an exec task that increments assembly version of the project before building it. I was wondering, was there a way (a CruiseControl.NET task I don't know about) to submit that modified file back to SVN? I need it so when the setup projects are built manually (I am using msbuld so those aren't built continuously) all the build files will have the correct assembly versions on deployment. Oh and if someone knows how to build setup & deployment

Notify of any change in a readonly SVN repository?

笑着哭i 提交于 2020-01-25 02:56:06
问题 I'm migrating to Mercurial from SVN, and we are making the old SVN repository read-only. I want to find a way to get notified if anything changes in the old SVN repository after it is supposedly set to Read Only. However, I don't have direct access to add hooks to SVN or any other typical solution. I know there are probably better ways to prevent this problem, but I'm mainly being paranoid that somehow someone might be able to work around the SVN security, so just humor me. One idea I had was

Use SVN Revision to label build in CCNET

廉价感情. 提交于 2020-01-19 04:18:50
问题 I am using CCNET on a sample project with SVN as my source control. CCNET is configured to create a build on every check in. CCNET uses MSBuild to build the source code. I would like to use the latest revision number to generate AssemblyInfo.cs while compiling. How can I retrieve the latest revision from subversion and use the value in CCNET? Edit: I'm not using NAnt - only MSBuild. 回答1: CruiseControl.Net 1.4.4 has now an Assembly Version Labeller, which generates version numbers compatible

Why isn't CruiseControl.NET emailing build and test results?

房东的猫 提交于 2020-01-17 03:34:18
问题 I'm using CruiseControl.NET with NUnit and NAnt. I'm trying to get CC.net to send out emails that contain the styled test results and build information. My config file looks like this: <publishers> <merge> <files> <file>C:\Tests\*Results*.xml</file> <file>C:\Artifacts\*</file> </files> </merge> <xmllogger logDir="C:\Build Logs" /> <email from="ContinuousIntegrationServer@test.com" mailhost="mail.test.com"> <groups> <group name="alwaysNotify"> <notification> <notificationType>Always<

Which Continuous Integration tool are you using? [closed]

ⅰ亾dé卋堺 提交于 2020-01-09 23:42:39
问题 As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 6 years ago . Duplicate: Continuous Integration Cruise Control .NET alternatives? I'm planning to start Continuous Integration where I work. I used

Cruise control to Visual Studio Online, TF30063: You are not authorized

删除回忆录丶 提交于 2020-01-06 19:40:36
问题 I am trying to configure Cruise control 1.8.5 to connect to Visual Studio Online to get the source to build and run tests, however whatever I do I always get the error 'TF30063: You are not authorized' I have copied over tf.exe and required DLLs to the build machine as per one of the answers here (I would rather not install VS2013 on the build machine if possible, this is just a proof of concept at this point). I have enabled alternative credentials as per here This is part of the cc.net