1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-10 08:30:23 +02:00

ambiguous source

This commit is contained in:
Ellpeck 2020-02-21 13:51:39 +01:00
parent 400613e1b9
commit 0b27135ef1

2
Jenkinsfile vendored
View file

@ -22,7 +22,7 @@ done'''
stage('Publish') {
steps {
sh '''for i in **/*.nupkg; do
nuget push $i -s https://nuget.ellpeck.de/v3/index.json
nuget push $i -Source https://nuget.ellpeck.de/v3/index.json
done'''
}
}