diff --git a/Cake.Recipe/Content/packages.cake b/Cake.Recipe/Content/packages.cake index 2220305c..ca31a641 100644 --- a/Cake.Recipe/Content/packages.cake +++ b/Cake.Recipe/Content/packages.cake @@ -261,7 +261,8 @@ public void PushNuGetPackages(ICakeContext context, bool isRelease, List - + diff --git a/docs/input/docs/fundamentals/set-tool-settings.md b/docs/input/docs/fundamentals/set-tool-settings.md index 11b9bdcb..9e2cf835 100644 --- a/docs/input/docs/fundamentals/set-tool-settings.md +++ b/docs/input/docs/fundamentals/set-tool-settings.md @@ -161,3 +161,11 @@ This is used when executing the DupFinder command line tool. If set to true, an Type: `bool?` Default Value: `null` + +### skipDuplicatesPackages + +This is used to tell NuGet to ignore issues with trying to push package versions when the version already exist upstream, instead of failing the build. + +Type: `bool` + +Default Value: `false`