pipeline { agent any stages { stage('nuget'){ steps{ dotnetPack "Deployment -o ./" dotnetPublish } } } }