Skip to content

Commit

Permalink
Merge pull request #1010 from cake-contrib/feature/gh-1009
Browse files Browse the repository at this point in the history
(GH-1009) Consider SetToolSettings.skipDuplicatePackages
  • Loading branch information
gep13 authored Aug 1, 2024
2 parents 6bee4e5 + 647ecbb commit 6773124
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Cake.Recipe/Content/toolsettings.cake
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,6 @@ public static class ToolSettings
{
TargetFrameworkPathOverride = targetFrameworkPathOverride?.FullPath;
}
SkipDuplicatePackages = skipDuplicatePackages;
}
}

0 comments on commit 6773124

Please sign in to comment.