parent
5788582f36
commit
d8fe32bae8
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -4,7 +4,7 @@ pipeline {
|
||||
stages {
|
||||
stage('nuget'){
|
||||
steps{
|
||||
dotnetPack "Deployment -o ./"
|
||||
dotnetPack (outputDirectory: "./", project: "Deployment")
|
||||
dotnetPublish
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user