Skip to content

Commit

Permalink
(chocolateyGH-392) Prevent running of GitLink
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Feb 3, 2017
1 parent 85bb6d0 commit c00e5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ BuildParameters.SetParameters(context: Context,
shouldDownloadMilestoneReleaseNotes: true,
shouldPublishChocolatey: false,
shouldPublishNuGet: false,
shouldPublishGitHub: false);
shouldPublishGitHub: false,
shouldExecuteGitLink: false);

ToolSettings.SetToolSettings(context: Context,
dupFinderExcludePattern: new string[] {
Expand Down

0 comments on commit c00e5b0

Please sign in to comment.