diff --git a/Jenkinsfile b/Jenkinsfile index 69c896f..ed178cd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('nuget'){ steps{ - dotnetPack(outputDirectory: "./", project: "Deployment") + dotnetPack(outputDirectory: "./", project: "Deployment/") dotnetNugetPublish() } }