diff --git a/Jenkinsfile b/Jenkinsfile index 1bd0e12..b5907b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('nuget'){ steps{ - dotnetPack "Deployment -o ./" + dotnetPack (outputDirectory: "./", project: "Deployment") dotnetPublish } }