Skip to content

Commit ac94ca1

Browse files
committed
Updated nuget.exe.
Updated install scripts.
1 parent 4cede67 commit ac94ca1

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Build/Tools/nuget.exe

7.51 KB
Binary file not shown.

install-VS2017.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ if exist %MSBuild% (
3838
%MSBuild% Builder.sln /nologo /maxcpucount /nodeReuse:false /p:Configuration="Debug" /p:Platform="Any CPU"
3939
)
4040

41-
start "Cosmos Builder" "source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe" "-VSPATH=%InstallDir%" %1 %2 %3 %4 %5 %6 %7 %8 %9
41+
start "Cosmos Builder" "source\Cosmos.Build.Builder\bin\Debug\Cosmos.Build.Builder.exe" "-VSPATH=%InstallDir%" %*

userkit install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
@echo off
22

3-
install-VS2017 -USERKIT
3+
install-VS2017 -USERKIT %*

0 commit comments

Comments
 (0)