By tag: BuildFramework
0
kicks
UppercuT - Automated Builds - Getting Started Part 8 (Next Steps)
What are the next steps to take advantage of the power of UppercuT?
The Power of UppercuT
UppercuT comes with many great features! You now have automated build goodness; why not take a look at what else you can do? Some of these features will help you better maintain your code or even do less ...
0
kicks
UppercuT - Getting Started Part 7 (TortoiseSVN Global Ignore List)
This is a recommendation on automatically ignoring folders for SVN.
TortoiseSVN Global Ignore List
Because TortoiseSVN is the most commonly used client, it’s worth mentioning the Global Ignore list. You benefit when using it because you don’t have to manually exclude those files/folders that Upp...
0
kicks
UppercuT - Getting Started Part 6 (Source Control & What NOT to Check
Now we are ready get this into source control. Let's UppercuT our code!
Artifacts of the Build
UppercuT outputs some files and folders that should never be checked into source control. These are basically the same as what is in your bin directories with some differences. These folders/files sh...
0
kicks
UppercuT - Automated Builds - Getting Started Part 5 (Build IT!)
In Part 1 we downloaded or built from source control. In Part 2 we added UppercuT to our project. In Part 3 we set up the UppercuT configuration. In Part 4 we updated our reference folders if we needed to. Now we are ready to build. Let's UppercuT our code!
0
kicks
UppercuT - Getting Started Part 4 (External Libraries / Tools)
This is a small update into where you keep your external references. If you keep them where UppercuT defaults to, you can skip this step.
It’s important to note that not everyone keeps their references to external libraries (lib) in the same location in source control. That’s fine, but it requir...
0
kicks
UppercuT - Getting Started Part 3 (Configure UppercuT.config)
In Part 1 we downloaded or built from source control. In Part 2 we added UppercuT to our project. Now we need to edit the UppercuT configuration. Let’s UppercuT our code!
0
kicks
UppercuT - Getting Started Part 2 (Add UppercuT to Your Project)
We are now ready to add UppercuT to our project. Let’s UppercuT our code!
0
kicks
UppercuT - Automated Builds - Getting Started Part 1 (Get UppercuT)
So you've decided to UppercuT your code and you want to get started.
You are making a step in the right direction when you choose to use automated builds. As you read through this, you will see how easy it is to get into the world of automated builds. As you read through some of the other docume...
0
kicks
UppercuT - Automated Builds - Custom Tasks
UppercuT provides hook points to custom tasks so that you can customize UppercuT without ever having to touch the files in BuildScripts. This makes it extremely easy to upgrade UppercuT versions when you keep your custom build scripts separated from UppercuT’s build scripts.
To add custom tasks, ...
0
kicks
UppercuT - Automated Builds - VersionBuilder
UppercuT comes with VersionBuilder. A common problem many of us have is versioning our DLL assemblies and keeping track of what’s in production versus what’s in source control. If you rock with Subversion, UppercuT has this problem solved. So how do you take advantage of VersionBuilder?
UppercuT ...
0
kicks
UppercuT - Automated Builds - CruiseControl.NET Integration
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 ser...