1 Star 0 Fork 1

迎门科技/EFCore.Sharding

forked from geek/EFCore.Sharding 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
nuget-publish.bat 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
Coldairarrow 提交于 2020-12-28 13:22 . 发包
::定义版本
set EFCORE5=5.0.0.5
set EFCORE3=3.1.10.5
set EFCORE2=2.40.10.5
::删除所有bin与obj下的文件
@echo off
set nowpath=%cd%
cd \
cd %nowpath%
::delete specify file(*.pdb,*.vshost.*)
for /r %nowpath% %%i in (*.pdb,*.vshost.*) do (del %%i && echo delete %%i)
::delete specify folder(obj,bin)
for /r %nowpath% %%i in (obj,bin) do (IF EXIST %%i (RD /s /q %%i && echo delete %%i))
echo 清理完成
::构建
dotnet build -c Release
::推送
for /r %nowpath% %%i in (*.nupkg) do (dotnet nuget push %%i --api-key --source https://api.nuget.org/v3/index.json)
echo 完成
pause
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/lenga/EFCore.Sharding.git
git@gitee.com:lenga/EFCore.Sharding.git
lenga
EFCore.Sharding
EFCore.Sharding
master

搜索帮助