未验证 提交 fa801428 编写于 作者: B Brett V. Forsgren 提交者: GitHub

Remove unsupported `-c` switch from `dotnet restore`

上级 16053523
......@@ -662,8 +662,8 @@ set path=%~dp0Tools\dotnet20\;%path%
if "%NEEDS_DOTNET_CLI_TOOLS%" == "1" (
:: Restore projects using dotnet CLI tool
echo %_dotnet20exe% restore -v:d build-everything.proj -c Proto %msbuildflags% %BUILD_DIAG%
%_dotnet20exe% restore -v:d build-everything.proj -c Proto %msbuildflags% %BUILD_DIAG%
echo %_dotnet20exe% restore -v:d build-everything.proj %msbuildflags% %BUILD_DIAG%
%_dotnet20exe% restore -v:d build-everything.proj %msbuildflags% %BUILD_DIAG%
)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册