From 6566a176d6f155ed7cc2bc8c0e01905e90213acb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 28 Feb 2020 22:33:12 +0100 Subject: [PATCH] oh boy sleep --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 5aeb800..a7eb356 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } }