Skip to content

Commit

Permalink
Don't run InspectCode on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
devlead committed Dec 14, 2021
1 parent c9a9882 commit 80c1697
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(context: Context,
repositoryName: "Cake.Gitter",
appVeyorAccountName: "cakecontrib",
shouldRunDupFinder: false,
shouldRunInspectCode:!AppVeyor.IsRunningOnAppVeyor,
shouldRunDotNetCorePack: true,
preferredBuildProviderType: BuildProviderType.GitHubActions,
shouldGenerateDocumentation: false);
Expand Down

0 comments on commit 80c1697

Please sign in to comment.