From fda34f23b4935e660def9f9fc2f390860a0c6166 Mon Sep 17 00:00:00 2001 From: Michael Samorokov Date: Wed, 22 Jan 2025 11:00:37 -0700 Subject: [PATCH] no need for nuget api key for gitea --- build/Build.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/build/Build.cs b/build/Build.cs index 31a83c2..e2fef0a 100644 --- a/build/Build.cs +++ b/build/Build.cs @@ -105,7 +105,6 @@ class Build : NukeBuild Target Publish => _ => _ .DependsOn(Pack) - .Requires(() => !string.IsNullOrEmpty(NuGetApiKey)) .Executes(() => { DotNetTasks.DotNetNuGetPush(s => s