oh boy sleep

This commit is contained in:
Ellpeck 2020-02-28 22:33:12 +01:00
parent 314dd07508
commit 6566a176d6

2
Jenkinsfile vendored
View file

@ -16,7 +16,7 @@ pipeline {
stage('Publish') {
steps {
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/Coroutine.csproj -k $BAGET -n true
sh '''dotnet nuget push -s http://localhost:5000/v3/index.json **/*.nupkg -k $BAGET -n true
'''
}
}