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

Commit3188acf

Browse files
committed
restore SDK projects after proto has been built
This is necessary due to the projects expecting some targets files to be present.
1 parent9e7a610 commit3188acf

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

‎build.cmd‎

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -656,12 +656,6 @@ set _dotnet20exe=%~dp0Tools\dotnet20\dotnet.exe
656656
setNUGET_PACKAGES=%~dp0Packages
657657
setpath=%~dp0Tools\dotnet20\;%path%
658658

659-
if"%NEEDS_DOTNET_CLI_TOOLS%"=="1" (
660-
:: Restore projects using dotnet CLI tool
661-
echo%_dotnet20exe% restore -v:d build-everything.proj%msbuildflags%%BUILD_DIAG%
662-
%_dotnet20exe% restore -v:d build-everything.proj%msbuildflags%%BUILD_DIAG%
663-
)
664-
665659
echo ----------- Done with package restore, starting dependency uptake check -------------
666660

667661
ifnot"%PB_PackageVersionPropsUrl%"=="" (
@@ -726,7 +720,14 @@ if "%BUILD_PROTO%" == "1" (
726720
@if ERRORLEVEL1echo Error: NGen of proto failed&&goto :failure
727721
)
728722

729-
echo ---------------- Done with proto, starting build ------------------------
723+
if"%NEEDS_DOTNET_CLI_TOOLS%"=="1" (
724+
echo ---------------- Done with proto, starting SDK restore ------------------------
725+
:: Restore projects using dotnet CLI tool
726+
echo%_dotnet20exe% restore -v:d build-everything.proj%msbuildflags%%BUILD_DIAG%
727+
%_dotnet20exe% restore -v:d build-everything.proj%msbuildflags%%BUILD_DIAG%
728+
)
729+
730+
echo ---------------- Done with SDK restore, starting build ------------------------
730731

731732
if"%BUILD_PHASE%"=="1" (
732733

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp