diff --git a/Deployment/Deployment.csproj b/Deployment/greyn.Deployment.csproj similarity index 100% rename from Deployment/Deployment.csproj rename to Deployment/greyn.Deployment.csproj diff --git a/Jenkinsfile b/Jenkinsfile index 561a080..e4c86b8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { stages { stage('nuget pack'){ steps{ - dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj") + dotnetPack(outputDirectory: "./", project: "Deployment/greyn.Deployment.csproj") } } stage('build numberify'){