Stories recently tagged with 'Build'

UppercuT - Automated Builds - CruiseControl.NET Integration(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 3 years ago

So now you are rolling with UppercuT, but you don’t yet have Continuous Integration (CI). You can make that happen with CruiseControl.NET (or any other CI server like TeamCity or Hudson). This article is geared to CruiseControl.NET (CC.NET), although there will be future articles on other CI servers. This is specifically geared towards CC.NET 1.4 and above, because it takes advantage of preprocessors. First a few sideline notifications and then we'll get right into it. read more...

add a comment |category: |Views: 22

tags: another

UppercuT - Automated Builds - The ConfigBuilder(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 3 years ago

UppercuT comes with ConfigBuilder. What is ConfigBuilder? ConfigBuilder will build a configuration file per environment so you no longer have to maintain a bunch of configuration files. In any project you have app.config (or web.config) files. You just create a .template file next to it. The web.config has a file next to it named web.config.template. What do you name the app.config template files? You have to name the file based on what app.config becomes when visual studio builds the application. read more...

add a comment |category: |Views: 17

tags: another

UppercuT - Automated Builds - UppercuT.config(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 3 years ago

Recently I posted about UppercuT, the insanely easy to use build framework. There are so many things you can do with UppercuT, that it may make your life easier. We decided to make it even easier to use UppercuT by using a convention most people in the .NET world understand, the .config file. This replaces the build.settings.bat file for those of you who were using it. All you need to do now is navigate to the Settings folder and open the UppercuT.config file in your favorite editor. read more...

add a comment |category: |Views: 4

tags: another

Uppercut - Automated Builds - DeploymentBuilder(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 3 years ago

UppercuT comes with DeploymentBuilder. What is DeploymentBuilder? Perhaps you maintain a bunch of deployment scripts that point to all your different environments. We now you can define a template batch file and let UppercuT create all of those deployments scripts for you. It's less for you to maintain, and you no longer have to update a bunch of different scripts. Just one or a couple depending on the types of deployment. To help people better understand what it can do, we've included a starting template file and a sample LOCAL.settings file so you can see the power of UppercuT's DeploymentBuilder. read more...

add a comment |category: |Views: 10

tags: another

UppercuT - The Insanely Easy to Use Automated Build Framework(ferventcoder.com)

submitted by ferventcoderferventcoder(836) 3 years ago

Automated Builds as easy as (1) solution name, (2) source control path, (3) company name for most projects!!! UppercuT is for developers who want a powerful build framework without a lot of set up work. UppercuT is for anyone who needs a standard way of building applications across an entire organization. UppercuT is for anyone who wants to concentrate on just writing code. What can UppercuT do for you? -Compiles your application -Versions the local code build -Runs your unit tests -Runs NCover -Runs NDepend (you will need a license - does not come with UppercuT) -Creates environment configuration files (using ENV.settings files and config.template files) - more on this later -Packages your application for deployment -Along the way, it can run custom tasks for you. read more...

2 comments |category: |Views: 416

tags: another

How to add custom build step to a TFS Server Build ?(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 3 months ago

Most of the time when you are creating a build script (TFSBuild.proj), you need to do some steps after the build. Wether it's creating an MSI for easier deployment, creating a VSI for a Visual Studio Add-in, or whatever if may be... you normally do a post build. A post build event looks like the following inside the TFSBuild.proj read more...

add a comment |category: |Views: 111

tags: another

Build fail only on the build server with delay-signed assemblies(blog.decayingcode.com)

submitted by arch4ngelarch4ngel(585) 3 years, 3 months ago

I got that error from our build machine. It crashed wonderfully and would tell me that an assembly could not be loaded. After 1 hour of search I finally found the problem. read more...

add a comment |category: |Views: 6

tags: another

C++ header dependency tricks(xania.org)

submitted by TheMoogTheMoog(40) 4 years, 5 months ago

A clever trick for minimising C++ header dependencies for templated code. Works well on STL objects like <string> and <list>. read more...

add a comment |category: |Views: 36

tags: another

How to insert an assembly version number into a WiX v3 script using TF(morten.lyhr.dk)

submitted by LyhrLyhr(315) 4 years, 6 months ago

Create msi with TFS where all assemblies and msi files have the same version. And the version is incremented in each build. read more...

add a comment |category: |Views: 62

tags: another

WiX v3 and detection of IIS and ASP.NET(morten.lyhr.dk)

submitted by LyhrLyhr(315) 4 years, 6 months ago

An Example that detects .NET 2.0, IIS and ASP.NET 2.0 are installed and configured in Windows. read more...

add a comment |category: |Views: 280

tags: another

Check In the freaking code!!!??!!(adronbhall.com)

submitted by adronadron(835) 4 years, 9 months ago

I was pondering recently the various methods a team could go about assuring good check ins into source control. I would assume that much of a check in, build, and source repository's tasks can be automated. Continuous build integration is a good part of assuring check ins aren't breaking things they should not be. read more...

add a comment |category: |Views: 2

tags: another

Making the Build Fast(jayflowers.com)

submitted by jflowersjflowers(1860) 4 years, 9 months ago

There are many ways to make a build fast. Some solutions are technical and some are conceptual. Some are made in the build script and some are made in the product. I thought I should share some of the ways I have been successful at making builds fast. read more...

add a comment |category: |Views: 4

tags: another

CCNet 1.3 released(weblogs.asp.net)

submitted by .NetKicks.NetKicks(1304) 4 years, 11 months ago

Andrew Stopford found out that the famous CI Server "CruiseControl.NET" has gone 1.3. He also links to the related blog post and release notes. read more...

2 comments |category: |Views: 4

tags: another

CI Factory Beta 0.8.0.54(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 2 months ago

Announcing Beta 2 for CI Factory. The most important new feature is the target FixUpThirdPartyRefs in the brand new Scratch.Lib.xml. I have put some effort into easing the convertion of existing projects. Between Gaston Milano’s CoolCommands and the Third Party ref fixer most projects should be a snap to convert! I even have a screencast dedicated to showing how easy it is. read more...

add a comment |category: |Views: 0

tags: another

CI Factory Beta 0.8.0.27(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 2 months ago

There is a new beta for CI Factory, version 0.8.0.27. There are a lot of new features in this release. The changes are documented here. There are 22 new NAnt tasks, 13 new NAnt functions, 9 new CCNet plugins, and 10 new CI Factory Packages! read more...

add a comment |category: |Views: 3

tags: another

AsyncExec and WaitForExit: Speeding Up The Build To Do More(jayflowers.com)

submitted by jflowersjflowers(1860) 5 years, 5 months ago

In this post I show how a small extension to NAnt's exec task can speed up the build and allow you to get more done in less time. read more...

add a comment |category: |Views: 129

tags: another