Skip to content

Commit

Permalink
Merge pull request #118 from pascalberger/feature/disable-myget
Browse files Browse the repository at this point in the history
Disable publishing to MyGet
  • Loading branch information
pascalberger authored Aug 29, 2020
2 parents 9868283 + 3fd972d commit af4da1b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe.cake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ BuildParameters.SetParameters(
repositoryOwner: "cake-contrib",
repositoryName: "Cake.Npm",
appVeyorAccountName: "cakecontrib",
shouldPublishMyGet: false,
shouldRunDupFinder: false,
shouldRunCodecov: false,
shouldRunGitVersion: true);
Expand Down

0 comments on commit af4da1b

Please sign in to comment.