fix weird bug with novetus lite deployment
This commit is contained in:
parent
86cfab3fc5
commit
c66a8cc73f
|
|
@ -26,6 +26,7 @@ namespace Novetus.ReleasePreparer
|
||||||
{
|
{
|
||||||
Console.WriteLine("Novetus Lite does not exist. Creating " + litepath);
|
Console.WriteLine("Novetus Lite does not exist. Creating " + litepath);
|
||||||
Directory.CreateDirectory(litepath);
|
Directory.CreateDirectory(litepath);
|
||||||
|
}
|
||||||
|
|
||||||
List<string> liteExcludeList = new List<string>();
|
List<string> liteExcludeList = new List<string>();
|
||||||
|
|
||||||
|
|
@ -97,7 +98,6 @@ namespace Novetus.ReleasePreparer
|
||||||
Console.WriteLine("Created " + pathlite);
|
Console.WriteLine("Created " + pathlite);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
else if (args.Contains("-snapshot"))
|
else if (args.Contains("-snapshot"))
|
||||||
{
|
{
|
||||||
string infopath = novpath + @"\\config\\info.ini";
|
string infopath = novpath + @"\\config\\info.ini";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue