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 a3a853c1d0 - Show all commits

View File

@ -114,6 +114,7 @@ class Build : NukeBuild
.Executes(() =>
{
DotNetTasks.DotNetNuGetAddSource(c => c
.EnableStorePasswordInClearText()
.SetUsername(GiteaPackageOwnerUser)
.SetPassword(GiteaPackageOwnerPassword)
.SetName("Gitea")