Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/batch-file/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Batch file 从命令行重新安装所有nuget软件包_Batch File_Command Line_Nuget - Fatal编程技术网

Batch file 从命令行重新安装所有nuget软件包

Batch file 从命令行重新安装所有nuget软件包,batch-file,command-line,nuget,Batch File,Command Line,Nuget,我正在批处理文件中进行恢复,但当我打开项目时,仍然会看到缺少的内容,因此我必须在每个解决方案上运行更新包-重新安装。有没有一种方法可以通过命令来实现这一点?我在谷歌上搜索了两天都找不到它://谢谢,但我需要在批处理文件中运行它。现在,我通过命令运行Restore,但我仍然必须打开解决方案并运行-reinstall以捕获未还原的内容。

我正在批处理文件中进行恢复,但当我打开项目时,仍然会看到缺少的内容,因此我必须在每个解决方案上运行
更新包-重新安装
。有没有一种方法可以通过命令来实现这一点?我在谷歌上搜索了两天都找不到它://

谢谢,但我需要在批处理文件中运行它。现在,我通过命令运行Restore,但我仍然必须打开解决方案并运行-reinstall以捕获未还原的内容。