1
0
Fork 0
mirror of https://github.com/Ellpeck/MLEM.git synced 2024-06-11 17:00:24 +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') {
steps {
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'''
}
}