From f085dc4aa4c1fc0b25be1183792053bd7f0a2634 Mon Sep 17 00:00:00 2001 From: adam Date: Mon, 9 Dec 2024 14:56:03 -0500 Subject: [PATCH] change name so i can probably not accidentally pick it up out of nuget.org --- Deployment/{Deployment.csproj => greyn.Deployment.csproj} | 0 Jenkinsfile | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Deployment/{Deployment.csproj => greyn.Deployment.csproj} (100%) 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'){