actually NuGet.Config has the api key
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-10 00:32:55 -05:00
parent bf54966460
commit a3e2d480dd

2
Jenkinsfile vendored
View File

@ -24,7 +24,7 @@ pipeline {
} }
stage('publish package'){ stage('publish package'){
steps{ steps{
dotnetNuGetPush(root: "./*.nupkg") dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea")
} }
} }
} }