Skip to content

Commit

Permalink
Merge branch 'hotfix/0.4.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed Mar 16, 2019
2 parents 7c621af + 846fd1f commit 59dff15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -312,6 +312,7 @@ Task("Sign-Binaries")

// Get the files to sign.
var files = GetFiles(string.Concat(BuildParameters.Paths.Directories.NuGetPackages, "/", "*.nupkg")) +
GetFiles(string.Concat(BuildParameters.Paths.Directories.ChocolateyPackages , "/", "*.nupkg")) +
GetFiles(string.Concat(zipArtifactsPath, "/", "*.zip"));

foreach(var file in files)
Expand Down

0 comments on commit 59dff15

Please sign in to comment.