Skip to content

Commit

Permalink
add packages dir to build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 committed Aug 31, 2016
1 parent ab8a994 commit ebda09e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -2130,7 +2130,7 @@ my $REPACK = "Core/packages/ILRepack.1.25.0/tools/ILRepack.exe";
my $TARGET = "Debug"; # Even our releases contain debugging info
my $OUTNAME = "ckan.exe"; # Or just `ckan` if we want to be unixy
my $BUILD = "$Bin/../build";
my @SOURCE = map { "$Bin/../$_"} qw(Core Cmdline GUI Netkan Tests AutoUpdate CKAN.sln);
my @SOURCE = map { "$Bin/../$_"} qw(Core Cmdline GUI Netkan Tests AutoUpdate packages CKAN.sln);
my $METACLASS = "build/Core/Meta.cs";

my @PROJECTS = qw(Cmdline Core GUI Netkan AutoUpdate Tests);
Expand Down

0 comments on commit ebda09e

Please sign in to comment.