Skip to content

Commit

Permalink
Merge pull request #117 from airbrake/FixedAssemblySignIssue
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalabukh committed Mar 22, 2019
2 parents 4f06823 + ad1465d commit 0f0a80c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.cake
Expand Up @@ -187,6 +187,7 @@ Task("Create-Packages")
{
Configuration = configuration,
OutputDirectory = nugetDir,
NoBuild = true,
ArgumentCustomization = args => args.Append("--include-symbols")
};
Expand Down

0 comments on commit 0f0a80c

Please sign in to comment.