😁 优化 generate.cli 脚本代码

This commit is contained in:
MonkSoul
2022-06-18 20:00:17 +08:00
parent d601b947bb
commit 2b222947ec

View File

@@ -31,10 +31,6 @@ function generate($path, $templates){
Write-Output "生成成功";
}
Write-Output "正在生成所有模板 Nupkg 包......";
Write-Output "-----------------";
# EFCore Nupkg
generate -path $efcore_path -templates $efcore_templates