From a3e2d480ddd8b1ace504f0f3737c6b870da9cef9 Mon Sep 17 00:00:00 2001 From: adam Date: Sun, 10 Nov 2024 00:32:55 -0500 Subject: [PATCH] actually NuGet.Config has the api key --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 197e791..4472d79 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -24,7 +24,7 @@ pipeline { } stage('publish package'){ steps{ - dotnetNuGetPush(root: "./*.nupkg") + dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea") } } }