mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
ambiguous source
This commit is contained in:
parent
400613e1b9
commit
0b27135ef1
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -22,7 +22,7 @@ done'''
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps {
|
steps {
|
||||||
sh '''for i in **/*.nupkg; do
|
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'''
|
done'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue