take 2
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:16:12 -05:00
parent 072d5f9e04
commit 5788582f36

7
Jenkinsfile vendored
View File

@ -2,8 +2,11 @@ pipeline {
agent any agent any
stages { stages {
stage('pack'){ stage('nuget'){
sh "dotnet pack Deployment -o ./" steps{
dotnetPack "Deployment -o ./"
dotnetPublish
}
} }
} }
} }