pipeline { agent any stages { stage('nuget'){ steps{ dotnetNuGetPush() } } } }