Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfa80142

Browse files
authored
Remove unsupported-c switch fromdotnet restore
1 parent1605352 commitfa80142

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎build.cmd‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -662,8 +662,8 @@ set path=%~dp0Tools\dotnet20\;%path%
662662

663663
if"%NEEDS_DOTNET_CLI_TOOLS%"=="1" (
664664
:: Restore projects using dotnet CLI tool
665-
echo%_dotnet20exe% restore -v:d build-everything.proj-c Proto%msbuildflags%%BUILD_DIAG%
666-
%_dotnet20exe% restore -v:d build-everything.proj-c Proto%msbuildflags%%BUILD_DIAG%
665+
echo%_dotnet20exe% restore -v:d build-everything.proj%msbuildflags%%BUILD_DIAG%
666+
%_dotnet20exe% restore -v:d build-everything.proj%msbuildflags%%BUILD_DIAG%
667667
)
668668

669669

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp