take 2
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
Some checks failed
gitea.arg.rip/jenkins-playground/pipeline/head There was a failure building this commit
This commit is contained in:
parent
072d5f9e04
commit
5788582f36
7
Jenkinsfile
vendored
7
Jenkinsfile
vendored
@ -2,8 +2,11 @@ pipeline {
|
||||
agent any
|
||||
|
||||
stages {
|
||||
stage('pack'){
|
||||
sh "dotnet pack Deployment -o ./"
|
||||
stage('nuget'){
|
||||
steps{
|
||||
dotnetPack "Deployment -o ./"
|
||||
dotnetPublish
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user