1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-20 12:09:10 +02:00

actually use the right command

This commit is contained in:
Ellpeck 2020-02-21 15:05:15 +01:00
parent 5cd5a252da
commit 5843655fe8

2
Jenkinsfile vendored
View file

@ -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'''
}
}