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() } } }