Skip to content

Commit

Permalink
Update ReSharper commandline tools
Browse files Browse the repository at this point in the history
* Inspect code with VS17 support
* dupFinder sunsetted - https://blog.jetbrains.com/dotnet/2021/08/12/sunsetting-dupfinder-command-line-tool/
  • Loading branch information
devlead committed Dec 11, 2021
1 parent d60ea80 commit 095a283
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 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.Twitter",
appVeyorAccountName: "cakecontrib",
shouldRunDotNetCorePack: true,
shouldRunDupFinder: false,
preferredBuildProviderType: BuildProviderType.GitHubActions,
shouldGenerateDocumentation: false);

Expand All @@ -20,4 +21,7 @@ ToolSettings.SetToolSettings(context: Context,
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");

ToolSettings.SetToolPreprocessorDirectives(
reSharperTools: "#tool nuget:?package=JetBrains.ReSharper.CommandLineTools&version=2021.3.1");

Build.RunDotNetCore();

0 comments on commit 095a283

Please sign in to comment.