fkn idk
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:25:49 -05:00
parent d8fe32bae8
commit d45855eee4

2
Jenkinsfile vendored
View File

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