diff --git a/Jenkinsfile b/Jenkinsfile index d3ab991..db97e97 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -25,7 +25,7 @@ done''' stage('Publish') { steps { sh '''for i in **/*.nupkg; do - nuget push $i -Source https://nuget.ellpeck.de/v3/index.json + dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET done''' } }