Skip to content

Commit

Permalink
(build) Sign Choco packge
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorkstromm committed Mar 16, 2019
1 parent db9a705 commit 846fd1f
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 846fd1f

Please sign in to comment.