diff --git a/Jenkinsfile b/Jenkinsfile index c7e9a93..ecca59b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,6 +32,7 @@ pipeline { done ''' fingerprint 'output/shop-modules/**/Props.Shop.*' + sh 'mkdir -p ./Props/shops/' sh 'cp ./Props.Shop/output/shop-modules/**/*.dll ./Props.Shop/output/shop-modules/**/*.deps.json ./Props/shops/.' } }