I"s

Results 5 comments of I"s

i find the error code is ![image](https://user-images.githubusercontent.com/49929368/234223503-10fa3606-aeec-4f10-afd1-b4464a4c1f2d.png) when i change code to this ,it's work and my microservice project can successful build ![image](https://user-images.githubusercontent.com/49929368/234224038-0a4648cd-59bd-40d8-a23d-2d6568b540ec.png) even i change the input args to...

yeah,i find i provide error code on previous conversation should be this code to effect it's `TemplateType.Application` ![image](https://user-images.githubusercontent.com/49929368/234229501-16efabb9-4fff-4d76-bfcc-09c5d98bc19e.png) it's could be another obvious different on abp `Module` and `Application` template

so, for easily , it's to add new `else if` to add new condition to equal it's `TemplateType.Application`

and i think this condition `else if (FileExistsInDirectory(baseDirectory, "*.DbMigrator.csproj", excludeDirectories))` ,it's to ensure this project is `multi layer and abp project` ?

so ,could be change like this code ![image](https://user-images.githubusercontent.com/49929368/234234821-a3877a0e-0ada-4f96-94cf-4de58b879842.png) first if ,can ensure it's `module` sln second if else ,can ensure it's a abp sln and it's not `single-layer application` so,i...