setting plain text password for temp nuget feed reference
All checks were successful
CI Build / CI Build API (pull_request) Successful in 33s
All checks were successful
CI Build / CI Build API (pull_request) Successful in 33s
This commit is contained in:
parent
f92480615d
commit
a3a853c1d0
@ -114,6 +114,7 @@ class Build : NukeBuild
|
|||||||
.Executes(() =>
|
.Executes(() =>
|
||||||
{
|
{
|
||||||
DotNetTasks.DotNetNuGetAddSource(c => c
|
DotNetTasks.DotNetNuGetAddSource(c => c
|
||||||
|
.EnableStorePasswordInClearText()
|
||||||
.SetUsername(GiteaPackageOwnerUser)
|
.SetUsername(GiteaPackageOwnerUser)
|
||||||
.SetPassword(GiteaPackageOwnerPassword)
|
.SetPassword(GiteaPackageOwnerPassword)
|
||||||
.SetName("Gitea")
|
.SetName("Gitea")
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user