From d45855eee471e447e78f1f092866d54dde640f9b Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 9 Nov 2024 22:25:49 -0500 Subject: [PATCH] fkn idk --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b5907b6..69c896f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,8 +4,8 @@ pipeline { stages { stage('nuget'){ steps{ - dotnetPack (outputDirectory: "./", project: "Deployment") - dotnetPublish + dotnetPack(outputDirectory: "./", project: "Deployment") + dotnetNugetPublish() } } }