net9-update-refactorings #1

Merged
michael merged 17 commits from net9-update-refactorings into master 2025-01-30 06:33:51 +00:00
Showing only changes of commit fda34f23b4 - Show all commits

View File

@ -105,7 +105,6 @@ class Build : NukeBuild
Target Publish => _ => _ Target Publish => _ => _
.DependsOn(Pack) .DependsOn(Pack)
.Requires(() => !string.IsNullOrEmpty(NuGetApiKey))
.Executes(() => .Executes(() =>
{ {
DotNetTasks.DotNetNuGetPush(s => s DotNetTasks.DotNetNuGetPush(s => s