【发布时间】:2018-01-22 17:02:56
【问题描述】:
- 我从 VS2017 构建并下载包和项目 构建。
- 然后我核对包文件夹。
- 然后我使用 MSBuild 构建项目失败,因为包没有 存在,但尚未恢复。
我在
项目文件最初是在 VS 2013 中创建的
build.proj 使用 MSBuild 任务来构建解决方案。
<MSBuild Projects ="$(root)\src\MySolution.sln" ContinueOnError ="false" Properties="Configuration=$(Configuration)">
<Output ItemName="OutputFiles" TaskParameter="TargetOutputs"/>
</MSBuild>
我的 google-fu 让我失望了,任何和所有的想法都会得到很好的接受。
【问题讨论】:
标签: msbuild visual-studio-2017 nuget-package-restore