good job again haha

This commit is contained in:
Ellpeck 2020-02-28 22:32:16 +01:00
parent ad61eb123c
commit 314dd07508

2
Jenkinsfile vendored
View file

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