LAND
. fix condizione DEBUG URL x upload (verso LiMan dev locale)
This commit is contained in:
@@ -243,9 +243,10 @@ namespace MP.Land.Pages
|
||||
|
||||
#endregion Private Fields
|
||||
|
||||
#if DEBUG
|
||||
|
||||
#region Private Properties
|
||||
|
||||
#if DEBUG
|
||||
private DirectoryInfo AppDir => new DirectoryInfo(Path.Combine("\\\\iis01.egalware.com", "c$\\inetpub\\wwwroot\\MP\\LAND"));
|
||||
#else
|
||||
private DirectoryInfo AppDir => new DirectoryInfo(Path.GetDirectoryName(Assembly.GetEntryAssembly().Location));
|
||||
@@ -396,7 +397,6 @@ namespace MP.Land.Pages
|
||||
outMessages = $"Configurazioni preparate: {numDone}/{numTot} | {CalcSize(TotalMb)}";
|
||||
}
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Effettua download di una singola app
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user