ensure publish does not exist
All checks were successful
piwigodotnet/pipeline/head This commit looks good
All checks were successful
piwigodotnet/pipeline/head This commit looks good
This commit is contained in:
parent
c11544245f
commit
32be0e336a
6
Jenkinsfile
vendored
6
Jenkinsfile
vendored
@ -10,6 +10,12 @@ pipeline {
|
||||
}
|
||||
|
||||
stages {
|
||||
stage('cleaning workspace') {
|
||||
steps {
|
||||
sh "rm -rf ${env.WORKSPACE}/publish"
|
||||
}
|
||||
}
|
||||
|
||||
stage('nuget restore') {
|
||||
steps {
|
||||
sh "dotnet restore ${env.WORKSPACE}/src/PiwigoDotnet.sln"
|
||||
|
Loading…
Reference in New Issue
Block a user