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