Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #135 from pascalberger/feature/disable-myget
Browse files Browse the repository at this point in the history
Disable publishing to MyGet
  • Loading branch information
pascalberger committed Aug 23, 2020
2 parents efa579a + fff692f commit 2076a6d
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 @@ -12,6 +12,7 @@ BuildParameters.SetParameters(
repositoryName: "Cake.Issues.EsLint",
appVeyorAccountName: "cakecontrib",
shouldGenerateDocumentation: false,
shouldPublishMyGet: false,
shouldRunCodecov: false,
shouldRunGitVersion: true);

Expand Down

0 comments on commit 2076a6d

Please sign in to comment.