【工具】自动删除dll文件夹

main
刘涛 2025-05-06 12:09:13 +08:00
parent c220e3bd7d
commit 47b877b17e
1 changed files with 5 additions and 0 deletions

View File

@ -43,6 +43,11 @@ pipeline {
//
echo "copy local env file to $WORKSPACE"
sh "cp /Users/mayuanzheng/Builds/local_env.sh $WORKSPACE/Tool/dll_tools/"
// dll
// $WORKSPACE/ProjectNLD/Assets/Code/Scripts/GamePlay_Dll
echo "delete dll folder"
sh "rm -rf $WORKSPACE/ProjectNLD/Assets/Code/Scripts/GamePlay_Dll"
}
}