Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

DotNetZip Integration

JeremySkinner edited this page Sep 13, 2010 · 1 revision

The zip function makes use of DotNetZip to zip the contents of a directory:

target zipBuildDirectory:
  zip("path/to/bin/release", "path/to/ZipToCreate.zip")

Clone this wiki locally