From 314dd07508c22b2e3c55d7a8c09931a2eee979a3 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Fri, 28 Feb 2020 22:32:16 +0100 Subject: [PATCH] good job again haha --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d334c6f..5aeb800 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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 ''' } }