Cal 2023-10-13 17:03:05 +08:00
parent 1f7cdc448b
commit f5c1704115
4 changed files with 6 additions and 3 deletions

Binary file not shown.

View File

@ -1 +0,0 @@
..\Test\Nuget\

View File

@ -12,8 +12,8 @@ for /f %%i in ('type %fileName%') do (
set first=%%i
break
)
.\nuget.exe init .\packages %first%
rd /s /Q %first%
.\nuget.exe init .\packages %first% -Expand
echo "finish"
:end
pause

4
使用说明.md Normal file
View File

@ -0,0 +1,4 @@
##操作步骤
1.配置`config.ini`,必须为绝对路径(全路径),如果没有这个文件,创建一个。
2.双击`添加包源.bat`
3.双击`update.bat`