8
Shouts

Marks asp.net / mvc blog: Zipping Build Outputs using a Build File - Automating your build Part 3

published 938 days, 13 hours, 21 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 941 days, 10 hours, 30 minutes ago
Saturday, October 23, 2010 11:48:23 AM GMT Wednesday, October 20, 2010 2:39:40 PM GMT

We are continuing ths msbuild series, this post will focus on zipping the outputs of the build. To recap so far we have setup a batch file that can build and version our project. The output of this build is placed inside a folder called "build" at the top of projects directory structure.

We will zip up the outputs of the build so they can be easily distributed. To do this, the Zip build task that is part of the “MsBuld.Community.Tasks” library will be used. If you are not familiar with this library a...

category: Web Dev | clicked: 0 | | source: markkemper1.blogspot.com | show counter code