Merge remote-tracking branch 'origin/master'

This commit is contained in:
Ellpeck 2020-04-10 12:48:20 +02:00
commit fbd2c30c35

3
Jenkinsfile vendored
View file

@ -15,6 +15,9 @@ pipeline {
}
stage('Publish') {
when {
branch 'master'
}
steps {
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true
'''