pipeline { agent any stages { stage('pack'){ sh "dotnet pack Deployment -o ./" } } }