We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bade392 commit ffa4b9aCopy full SHA for ffa4b9a
1 file changed
build/Build.cs
@@ -9,6 +9,7 @@
9
using Nuke.Common.CI.GitHubActions;
10
using Nuke.Common.IO;
11
using Nuke.Common.ProjectModel;
12
+using Nuke.Common.Tooling;
13
using Nuke.Common.Tools.DotNet;
14
using Nuke.Common.Tools.GitHub;
15
@@ -115,6 +116,9 @@ public class Pipeline : EnhancedNukeBuild,
115
116
canBeUsed: () => this is ICreateGithubRelease { GitHubToken: not null })
117
];
118
119
+ Configure<DotNetNuGetPushSettings> IPushNugetPackages.PublishSettings => _ => _.EnableSkipDuplicate();
120
+
121
122
///<inheritdoc/>
123
ValueTask IGitFlow.FinishRelease()
124
{
0 commit comments