|
|
@ -21,7 +21,7 @@ public class AppCommand
|
|
|
|
{
|
|
|
|
{
|
|
|
|
try
|
|
|
|
try
|
|
|
|
{
|
|
|
|
{
|
|
|
|
string refPath = ".\\References";
|
|
|
|
string refPath = Environment.GetEnvironmentVariable("SL_REFERENCES");
|
|
|
|
|
|
|
|
|
|
|
|
if (!Directory.Exists(refPath))
|
|
|
|
if (!Directory.Exists(refPath))
|
|
|
|
Directory.CreateDirectory(refPath);
|
|
|
|
Directory.CreateDirectory(refPath);
|
|
|
|