now we're getting somewhere
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit

This commit is contained in:
adam 2024-11-09 22:28:01 -05:00
parent d45855eee4
commit f8d875a0a0

2
Jenkinsfile vendored
View File

@ -4,7 +4,7 @@ pipeline {
stages { stages {
stage('nuget'){ stage('nuget'){
steps{ steps{
dotnetPack(outputDirectory: "./", project: "Deployment") dotnetPack(outputDirectory: "./", project: "Deployment/")
dotnetNugetPublish() dotnetNugetPublish()
} }
} }