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") } } }