Skip to content

Commit

Permalink
less files in binary build zip
Browse files Browse the repository at this point in the history
  • Loading branch information
rofr committed Sep 8, 2015
1 parent 278a561 commit 096a788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cake
Expand Up @@ -47,7 +47,7 @@ Task("Zip")
//copy stuff to build directory and create a release package
CleanDirectory(output);
var pattern = "src/OrigoDB.*/bin/" + config + "/OrigoDB.*";
var pattern = "src/OrigoDB.*/bin/" + config + "/OrigoDB.Core.???";
CopyFiles(pattern, output);
var root = "./build/";
Expand Down

0 comments on commit 096a788

Please sign in to comment.