From e38693e5de52806c4979a430ec8a17b6e41b7f8e Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 9 Nov 2024 22:33:42 -0500 Subject: [PATCH] no you're just not in the repo you think you're in, dumbass --- Jenkinsfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 29d422d..580ebb1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,6 @@ pipeline { stages { stage('nuget'){ steps{ - sh "ls" - dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj") dotnetNugetPublish() } }