fix directory di base x compo in staging e production

This commit is contained in:
zaccaria.majid
2023-09-11 08:12:41 +02:00
parent 2fcc24f3be
commit 96c58679ff
8 changed files with 10 additions and 17 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>WebDoorCreator - Egalware</i>
<h4>Version: 0.9.2309.0617</h4>
<h4>Version: 0.9.2309.1108</h4>
<br /> Release note:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
0.9.2309.0617
0.9.2309.1108
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>0.9.2309.0617</version>
<version>0.9.2309.1108</version>
<url>http://nexus.steamware.net/repository/SWS/WDC/stable/WDC.UI.zip</url>
<changelog>http://nexus.steamware.net/repository/SWS/WDC/stable/ChangeLog.html</changelog>
<mandatory>false</mandatory>
@@ -73,10 +73,6 @@ namespace WebDoorCreator.UI.Components.FilesMan
{
get => configuration.GetValue<string>("CompoBaseDirs:CurrCompoDir");
}
private string rootPathBck
{
get => configuration.GetValue<string>("CompoBaseDirs:BckCompoDir");
}
private bool selUns
{
+1 -1
View File
@@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<Version>0.9.2309.0617</Version>
<Version>0.9.2309.1108</Version>
<ImplicitUsings>enable</ImplicitUsings>
<UserSecretsId>aspnet-WebDoorCreator.UI-dfe95fed-1398-4144-bd43-8b3a765d6608</UserSecretsId>
</PropertyGroup>
@@ -16,8 +16,7 @@
"WDC.DB": "Server=SQL2016PROD;Database=DCA_WebDoorCreator; User ID=sa;Password=keyhammer16; integrated security=False; MultipleActiveResultSets=True; App=WebDoorCreator.UI;"
},
"CompoBaseDirs": {
"CurrCompoDir": "\\\\egw-tnas-00\\EgwTech\\WebDoor\\CurComp",
"NewCompoDir": "\\\\egw-tnas-00\\EgwTech\\WebDoor\\NewComp",
"BckCompoDir": "\\\\egw-tnas-00\\EgwTech\\WebDoor\\Bck"
"CurrCompoDir": "\\\\IIS04\\WebDoorSync\\NewComp\\Compo",
"NewCompoDir": "\\\\IIS04\\WebDoorSync\\CurrentComp\\Compo"
}
}
+2 -3
View File
@@ -11,8 +11,7 @@
"BaseUrl": "/WDC/UI"
},
"CompoBaseDirs": {
"CurrCompoDir": "\\\\egw-tnas-00\\EgwTech\\WebDoor\\CurComp",
"NewCompoDir": "\\\\egw-tnas-00\\EgwTech\\WebDoor\\NewComp",
"BckCompoDir": "\\\\egw-tnas-00\\EgwTech\\WebDoor\\Bck"
"CurrCompoDir": "\\\\IIS04\\WebDoorSync\\NewComp\\Compo",
"NewCompoDir": "\\\\IIS04\\WebDoorSync\\CurrentComp\\Compo"
}
}
+2 -3
View File
@@ -51,8 +51,7 @@
"RemoveDoorOps": true
},
"CompoBaseDirs": {
"CurrCompoDir": "\\\\IIS04\\WebDoorSync\\NewComp",
"NewCompoDir": "\\\\IIS04\\WebDoorSync\\CurrentComp",
"BckCompoDir": "r:\\WebDoor\\Bck"
"CurrCompoDir": "\\\\IIS04\\WebDoorSync\\NewComp\\Compo",
"NewCompoDir": "\\\\IIS04\\WebDoorSync\\CurrentComp\\Compo"
}
}