Skip to content

Commit

Permalink
(build) Added Cake.Tool package to parameters.cake
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Aug 15, 2018
1 parent 9bf2777 commit 7d8ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/parameters.cake
Expand Up @@ -76,7 +76,7 @@ public class BuildParameters
Packages = BuildPackages.GetPackages(
Paths.Directories.NugetRoot,
Version.SemVersion,
new [] { "Cake", "Cake.Core", "Cake.Common", "Cake.Testing", "Cake.CoreCLR", "Cake.NuGet" },
new [] { "Cake", "Cake.Core", "Cake.Common", "Cake.Testing", "Cake.CoreCLR", "Cake.NuGet", "Cake.Tool" },
new [] { "cake.portable" });
}

Expand Down

0 comments on commit 7d8ee9e

Please sign in to comment.