加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
publish.bat 3.60 KB
一键复制 编辑 原始数据 按行查看 历史
james li 提交于 2023-07-16 18:01 . no message
dotnet build -c Release
dotnet pack ./src/Cike.Abp.AspNetCore.MultiTenancy/Cike.Abp.AspNetCore.MultiTenancy.csproj -c Release -o /packages/Cike.Abp.AspNetCore.MultiTenancy
dotnet pack ./src/Cike.Abp.AspNetCore.SignalR/Cike.Abp.AspNetCore.SignalR.csproj -c Release -o /packages/Cike.Abp.AspNetCore.SignalR
dotnet pack ./src/Cike.Abp.Core/Cike.Abp.Core.csproj -c Release -o /packages/Cike.Abp.Core
dotnet pack ./src/Cike.Abp.Domain.Shared/Cike.Abp.Domain.Shared.csproj -c Release -o /packages/Cike.Abp.Domain.Shared
dotnet pack ./src/Cike.Abp.Untils/Cike.Abp.Untils.csproj -c Release -o /packages/Cike.Abp.Untils
dotnet pack ./src/Cike.Abp.SqlSugarCore/Cike.Abp.SqlSugarCore.csproj -c Release -o /packages/Cike.Abp.SqlSugarCore
dotnet pack ./src/Cike.Abp.Domain/Cike.Abp.Domain.csproj -c Release -o /packages/Cike.Abp.Domain
dotnet pack ./src/Cike.Abp.Service.Contracts/Cike.Abp.Service.Contracts.csproj -c Release -o /packages/Cike.Abp.Service.Contracts
dotnet pack ./src/Cike.Abp.Service/Cike.Abp.Service.csproj -c Release -o /packages/Cike.Abp.Service
dotnet pack ./src/Cike.Abp.WebApi/Cike.Abp.WebApi.csproj -c Release -o /packages/Cike.Abp.WebApi
dotnet pack ./src/Cike.Abp.Office/Cike.Abp.Office.csproj -c Release -o /packages/Cike.Abp.Office
dotnet pack ./src/Cike.Abp.Office.Abstractions/Cike.Abp.Office.Abstractions.csproj -c Release -o /packages/Cike.Abp.Office.Abstractions
dotnet pack ./src/Cike.Abp.LicenseAuthorizer/Cike.Abp.LicenseAuthorizer.csproj -c Release -o /packages/Cike.Abp.LicenseAuthorizer
dotnet pack ./modules/Cike.Abp.TenantManagement/Cike.Abp.TenantManagement.Dal.Abstracts/Cike.Abp.TenantManagement.Dal.Abstracts.csproj -c Release -o /packages/Cike.Abp.TenantManagement.Dal.Abstracts
dotnet pack ./modules/Cike.Abp.TenantManagement/Cike.Abp.TenantManagement.Dal/Cike.Abp.TenantManagement.Dal.csproj -c Release -o /packages/Cike.Abp.TenantManagement.Dal
dotnet pack ./modules/Cike.Abp.TenantManagement/Cike.Abp.TenantManagement.Service.Abstracts/Cike.Abp.TenantManagement.Service.Abstracts.csproj -c Release -o /packages/Cike.Abp.TenantManagement.Service.Abstracts
dotnet pack ./modules/Cike.Abp.TenantManagement/Cike.Abp.TenantManagement.Service/Cike.Abp.TenantManagement.Service.csproj -c Release -o /packages/Cike.Abp.TenantManagement.Service
dotnet pack ./modules/Cike.Abp.TenantManagement/Cike.Abp.TenantManagement.WebApi/Cike.Abp.TenantManagement.WebApi.csproj -c Release -o /packages/Cike.Abp.TenantManagement.WebApi
dotnet pack ./modules/Cike.Abp.SysParameterSetting/Cike.Abp.SysParameterSetting.Dal.Abstracts/Cike.Abp.SysParameterSetting.Dal.Abstracts.csproj -c Release -o /packages/Cike.Abp.SysParameterSetting.Dal.Abstracts
dotnet pack ./modules/Cike.Abp.SysParameterSetting/Cike.Abp.SysParameterSetting.Dal/Cike.Abp.SysParameterSetting.Dal.csproj -c Release -o /packages/Cike.Abp.SysParameterSetting.Dal
dotnet pack ./modules/Cike.Abp.SysParameterSetting/Cike.Abp.SysParameterSetting.Service.Abstracts/Cike.Abp.SysParameterSetting.Service.Abstracts.csproj -c Release -o /packages/Cike.Abp.SysParameterSetting.Service.Abstracts
dotnet pack ./modules/Cike.Abp.SysParameterSetting/Cike.Abp.SysParameterSetting.Service/Cike.Abp.SysParameterSetting.Service.csproj -c Release -o /packages/Cike.Abp.SysParameterSetting.Service
dotnet pack ./modules/Cike.Abp.SysParameterSetting/Cike.Abp.SysParameterSetting.WebApi/Cike.Abp.SysParameterSetting.WebApi.csproj -c Release -o /packages/Cike.Abp.SysParameterSetting.WebApi
dotnet pack ./src/Cike.Abp.Pdf.Abstracts/Cike.Abp.Pdf.Abstracts.csproj -c Release -o /packages/Cike.Abp.Pdf.Abstracts
dotnet pack ./src/Cike.Abp.Pdf.Magick/Cike.Abp.Pdf.Magick.csproj -c Release -o /packages/Cike.Abp.Pdf.Magick
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化