Skip to content

Commit

Permalink
Updated nuget.exe.
Browse files Browse the repository at this point in the history
Updated install scripts.
  • Loading branch information
jp2masa committed Feb 4, 2018
1 parent 4cede67 commit ac94ca1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified Build/Tools/nuget.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion install-VS2017.bat
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ if exist %MSBuild% (
%MSBuild% Builder.sln /nologo /maxcpucount /nodeReuse:false /p:Configuration="Debug" /p:Platform="Any CPU"
)

start "Cosmos Builder" "source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe" "-VSPATH=%InstallDir%" %1 %2 %3 %4 %5 %6 %7 %8 %9
start "Cosmos Builder" "source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe" "-VSPATH=%InstallDir%" %*
2 changes: 1 addition & 1 deletion userkit install.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
@echo off

install-VS2017 -USERKIT
install-VS2017 -USERKIT %*

0 comments on commit ac94ca1

Please sign in to comment.