From 9208346e13cd4a7a0f7a206c246a4ecdcc36085c Mon Sep 17 00:00:00 2001 From: Patrik Svensson Date: Sat, 28 Jun 2014 01:08:14 +0200 Subject: [PATCH] Zip: Fixed bug with relative paths. --- src/Cake.Common/IO/Zipper.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/Cake.Common/IO/Zipper.cs b/src/Cake.Common/IO/Zipper.cs index 8e003b156..18c287dca 100644 --- a/src/Cake.Common/IO/Zipper.cs +++ b/src/Cake.Common/IO/Zipper.cs @@ -63,12 +63,13 @@ public void Zip(DirectoryPath rootPath, FilePath outputPath, IEnumerable