Skip to content

Commit

Permalink
Added pack step
Browse files Browse the repository at this point in the history
  • Loading branch information
seesharper committed Dec 18, 2018
1 parent 38ab4b9 commit 0c10e83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.csx
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ AsyncStep changelog = async () =>
AsyncStep deploy = async () =>
{
test();
pack();
if (BuildEnvironment.IsSecure)
{
await changelog();
Expand Down

0 comments on commit 0c10e83

Please sign in to comment.