oh that's what a named parameter is
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:20:34 -05:00
parent 5788582f36
commit d8fe32bae8

2
Jenkinsfile vendored
View File

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