1 Star 0 Fork 0

wangxldev/abp-samples

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
common.ps1 730 Bytes
一键复制 编辑 原始数据 按行查看 历史
maliming 提交于 2020-09-04 17:31 . Update common.ps1
# COMMON PATHS
$rootFolder = (Get-Item -Path "./" -Verbose).FullName
# List of solutions
$solutionPaths = (
"../Authentication-Customization",
"../BasicAspNetCoreApplication",
"../BookStore-Angular-MongoDb/aspnet-core",
"../BookStore-Modular/modules/book-management",
"../BookStore-Modular/application",
"../BookStore-Mvc-EfCore",
"../DashboardDemo",
"../DocumentationSamples/CustomApplicationModules",
"../EfCoreMigrationDemo",
"../GrpcDemo",
"../KafkaEventBus",
"../MicroserviceDemo",
"../OrganizationUnitSample",
"../PostgeSqlDemo",
"../RabbitMqEventBus",
"../SignalRDemo",
"../SignalRTieredDemo",
"../StoredProcedureDemo",
"../TextTemplateDemo"
)
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wangxldev/abp-samples.git
git@gitee.com:wangxldev/abp-samples.git
wangxldev
abp-samples
abp-samples
master

搜索帮助