mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 12:58:33 +01:00
actually use the right command
This commit is contained in:
parent
5cd5a252da
commit
5843655fe8
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue