FunkyBoss

Stories kicked by FunkyBoss

NAnt Starter Series(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

A series of articles that will walk you through the layout of your project directory, compiling your projects and test projects with NAnt, as well as dealing with multi-developer scenarios (regarding databases). read more...

add a comment |category: |Views: 52

tags: another

Automating Your Builds With NAnt - Part 6(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn interesting ways to deal with the database in a multi-developer, continuous integration environment. You will learn how to be able to quickly rebuild the database from the command line, as well as deal correctly with managing scripts between mulitple developers with differering machine configurations. read more...

add a comment |category: |Views: 22

tags: another

Automating Your Builds With NAnt - Part 5(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Learn how to automate the running of unit tests against your application so that you can get quick feedback regarding the health of the codebase. read more...

add a comment |category: |Views: 26

tags: another

Automating Your Builds With NAnt - Part 4(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

In this article you will learn about separating test dll compilation from production dll compilation. read more...

add a comment |category: |Views: 40

tags: another

Automating Your Builds With NAnt - Part 3(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

In this article you will learn how to compile your VS2005 projects using NAnt. This can be a huge time saver vs. waiting for long compile times inside studio when projects get bigger. read more...

add a comment |category: |Views: 54

tags: another

Automating Your Builds With NAnt - Part 2(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

In the last article, the focus was on a proposed structure for the base directory. We move on now to talk about creating a build staging area as well as actually using NAnt and creating our first build targets. read more...

add a comment |category: |Views: 57

tags: another

Automating Your Builds With NAnt - Part 1(jpboodhoo.com)

submitted by bitwisejpbitwisejp(1040) 6 years ago

Ever wondered how to get started with NAnt? Thinking about a good directory structure that will support and automated build process nicely. Take a look at this article that will get you started thinking about how NAnt can help streamline your build process. read more...

1 comment |category: |Views: 199

tags: another