Skip to content

Commit

Permalink
3.1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Coldairarrow committed Sep 28, 2020
1 parent aaa25dd commit 6c04bc7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuget-publish.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
::定义版本
set EFCore_Sharding=3.1.6.14
set EFCore_Sharding_2x=2.40.0.14
set EFCore_Sharding=3.1.8.1
set EFCore_Sharding_2x=2.40.8.1

::删除所有bin与obj下的文件
@echo off
Expand All @@ -18,7 +18,7 @@ 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)
for /r %nowpath% %%i in (*.nupkg) do (dotnet nuget push %%i --api-key --source https://api.nuget.org/v3/index.json)

echo 完成
pause

0 comments on commit 6c04bc7

Please sign in to comment.