Skip to content

Commit

Permalink
Consider SetToolSettings.skipDuplicatePackages
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Jul 16, 2024
1 parent 6bee4e5 commit 647ecbb
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 647ecbb

Please sign in to comment.