parent
f8d875a0a0
commit
44fc056354
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -4,7 +4,8 @@ pipeline {
|
||||
stages {
|
||||
stage('nuget'){
|
||||
steps{
|
||||
dotnetPack(outputDirectory: "./", project: "Deployment/")
|
||||
sh "ls"
|
||||
dotnetPack(outputDirectory: "./", project: "Deployment/Deployment.csproj")
|
||||
dotnetNugetPublish()
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user