diff --git a/Jenkinsfile b/Jenkinsfile index 29d422d..580ebb1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,6 @@ pipeline { stages { stage('nuget'){ steps{ - sh "ls" - dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj") dotnetNugetPublish() } }