1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-29 23:56:35 +02:00

disable symbols because it doesn#t work with wildcards for some reason

This commit is contained in:
Ellpeck 2020-02-21 15:19:01 +01:00
parent f96e0ae625
commit 88b467725c

2
Jenkinsfile vendored
View file

@ -25,7 +25,7 @@ done'''
stage('Publish') { stage('Publish') {
steps { steps {
sh '''for i in **/*.nupkg; do sh '''for i in **/*.nupkg; do
dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET dotnet nuget push -s http://localhost:5000/v3/index.json $i -k $BAGET -n true
done''' done'''
} }
} }