diff --git a/nuget-publish.bat b/nuget-publish.bat index 0be55c0..121abb8 100644 --- a/nuget-publish.bat +++ b/nuget-publish.bat @@ -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 @@ -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 \ No newline at end of file