Skip to content

Commit

Permalink
(build) Corrected path to AssemblyInfo files
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed May 4, 2018
1 parent 16f182e commit b2a54b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cake
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BuildParameters.PrintParameters(Context);

ToolSettings.SetToolSettings(context: Context,
dupFinderExcludePattern: new string[] {
BuildParameters.RootDirectoryPath + "/src/Cake.Plist.Tests/*.cs", BuildParameters.RootDirectoryPath + "/Source/Cake.Plist/**/*.AssemblyInfo.cs" },
BuildParameters.RootDirectoryPath + "/src/Cake.Plist.Tests/*.cs", BuildParameters.RootDirectoryPath + "/Src/Cake.Plist/**/*.AssemblyInfo.cs" },
testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]* ",
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
Expand Down

0 comments on commit b2a54b9

Please sign in to comment.