Skip to content

Commit

Permalink
Restore nuget packages during install.
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbetros committed Jun 11, 2016
1 parent c360d58 commit 76605da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added Build/Tools/nuget.exe
Binary file not shown.
2 changes: 2 additions & 0 deletions install-VS2015.bat
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
cls
del source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.*

"Build\Tools\nuget.exe" restore "source\Cosmos.sln"

"%ProgramFiles(x86)%\MSBuild\14.0\Bin\msbuild.exe" "source\Builder.sln" /nologo /maxcpucount /p:Configuration=Debug /p:Platform=x86

start source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe -bat -VS2015 %1 %2 %3 %4 %5 %6 %7 %8 %9

0 comments on commit 76605da

Please sign in to comment.