Skip to content

Commit

Permalink
Add nuget restore to build.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
lovettchris committed Aug 18, 2016
1 parent 92ffedb commit a14218b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -266,3 +266,4 @@ Src/PrtDist/Samples/PingPong/program.h
/Src/PrtDist/Samples/PingPongFast/stubs.c
/Tst/PrtTester/Tester.VC.db
/Bld/PRT_CONTAINER_LOG_1.txt
/packages
2 changes: 2 additions & 0 deletions Bld/build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ goto :exit
:start
echo ============= Building P SDK on %COMPUTERNAME% ===============

Bld\nuget restore P.sln

set MSBuildPath=
for /F "usebackq tokens=1,2* delims= " %%i in (`reg query HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSBuild\ToolsVersions\14.0 -v MSBuildToolsPath`) do (
if "%%i" == "MSBuildToolsPath" set MSBuildPath=%%k
Expand Down
Binary file added Bld/nuget.exe
Binary file not shown.

0 comments on commit a14218b

Please sign in to comment.