Cube/NewLife.Cube/Entity/make.bat

5 lines
126 B
Batchfile

xcode
IF ERRORLEVEL 1 (
echo xcode 命令执行失败,正在安装 .NET 工具...
dotnet tool install xcodetool -g --prerelease
)