mirror of
https://github.com/Ellpeck/MLEM.git
synced 2024-11-22 20:58:34 +01:00
disable symbols because it doesn#t work with wildcards for some reason
This commit is contained in:
parent
f96e0ae625
commit
88b467725c
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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'''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue