5 lines
65 B
Batchfile
5 lines
65 B
Batchfile
|
@echo off
|
||
|
|
||
|
"./NuGet/NuGet.exe" install packages.config
|
||
|
|
||
|
pause
|