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