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 ''' } }