Updated Jenkinsfile
Some checks failed
ydeng/props/pipeline/head There was a failure building this commit

This commit is contained in:
2024-07-18 02:58:13 +00:00
parent 43d965d1df
commit 3c99b867c9
2 changed files with 4 additions and 2 deletions

4
Jenkinsfile vendored
View File

@@ -43,7 +43,9 @@ pipeline {
dotnet publish --configuration Release --output output/shop-modules Props.Shop/Props.Shop.sln
'''
fingerprint 'output/shop-modules/**/Props.Shop.*'
sh "python3 scripts/load_shop_modules.py"
sh '''#!/bin/bash
cp ./Props.Shop/output/shop-modules/**/*.dll ./Props.Shop/output/shop-modules/**/*.deps.json ./Props/shops/.
'''
}
}
}