actually NuGet.Config has the api key
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bf54966460
commit
a3e2d480dd
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -24,7 +24,7 @@ pipeline {
|
||||
}
|
||||
stage('publish package'){
|
||||
steps{
|
||||
dotnetNuGetPush(root: "./*.nupkg")
|
||||
dotnetNuGetPush(root: "./*.nupkg", source:"greyngitea")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user