diff --git a/Adaptation/.vscode/tasks.json b/Adaptation/.vscode/tasks.json
index 3635129..ba53259 100644
--- a/Adaptation/.vscode/tasks.json
+++ b/Adaptation/.vscode/tasks.json
@@ -76,12 +76,6 @@
],
"problemMatcher": "$msCompile"
},
- {
- "label": "File-Folder-Helper AOT s M .Kanbn Tasks",
- "type": "shell",
- "command": "L:/DevOps/Mesa_FI/File-Folder-Helper/bin/Release/net8.0/win-x64/publish/File-Folder-Helper.exe s M T:/DEP08SIHTRPLC/06_SourceCode/DEP08SIHTRPLC/Adaptation -s T:/DEP08SIHTRPLC/06_SourceCode/DEP08SIHTRPLC/Adaptation/.kanbn/tasks",
- "problemMatcher": []
- },
{
"label": "Kanbn Console",
"type": "npm",
diff --git a/Adaptation/DEP08SIHTRPLC-Development.yml b/Adaptation/DEP08SIHTRPLC-Development.yml
index 54b5551..c405c06 100644
--- a/Adaptation/DEP08SIHTRPLC-Development.yml
+++ b/Adaptation/DEP08SIHTRPLC-Development.yml
@@ -26,7 +26,7 @@ steps:
displayName: Configuration
- script: |
- set nugetSource=https://eaf-dev-reporting.mes.infineon.com/v3/index.json
+ set nugetSource=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/index.json;D:/vsts-agent-win-x64-2.210.1-eaf/nuget
echo %nugetSource%
echo ##vso[task.setvariable variable=NugetSource;]%nugetSource%
echo $(NugetSource)
@@ -121,7 +121,7 @@ steps:
displayName: "Core Publish"
enabled: false
- - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources=$(NugetSource)'
+ - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources="$(NugetSource)"'
displayName: "MSBuild Restore"
- script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Build /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8'
@@ -140,11 +140,11 @@ steps:
enabled: false
- task: CopyFiles@2
- displayName: 'Copy Files to: \\mesfs.infineon.com\EC_EAFRepository'
+ displayName: 'Copy Files to: Local D EAF Deployment Storage'
inputs:
Contents: "*$(Build.Repository.Name)*"
SourceFolder: 'bin\$(Configuration)'
- TargetFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)'
+ TargetFolder: 'D:\EAF\EAF Deployment Storage\Adaptation_$(Build.Repository.Name)'
OverWrite: true
enabled: false
diff --git a/Adaptation/DEP08SIHTRPLC.Tests.csproj b/Adaptation/DEP08SIHTRPLC.Tests.csproj
index 75f408c..2bcbe1c 100644
--- a/Adaptation/DEP08SIHTRPLC.Tests.csproj
+++ b/Adaptation/DEP08SIHTRPLC.Tests.csproj
@@ -45,10 +45,10 @@
NU1701
NU1701
-
+
-
+
@@ -57,15 +57,15 @@
-
-
+
+
NU1701
-
-
+
+
diff --git a/Adaptation/DEP08SIHTRPLC.yml b/Adaptation/DEP08SIHTRPLC.yml
index 192935c..0925bdc 100644
--- a/Adaptation/DEP08SIHTRPLC.yml
+++ b/Adaptation/DEP08SIHTRPLC.yml
@@ -26,7 +26,7 @@ steps:
displayName: Configuration
- script: |
- set nugetSource=https://eaf-prod.mes.infineon.com/v3/index.json
+ set nugetSource=https://artifactory.intra.infineon.com/artifactory/api/nuget/ngt-fi-package-main-vir/index.json;D:/vsts-agent-win-x64-2.210.1-eaf/nuget
echo %nugetSource%
echo ##vso[task.setvariable variable=NugetSource;]%nugetSource%
echo $(NugetSource)
@@ -121,7 +121,7 @@ steps:
displayName: "Core Publish"
enabled: false
- - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources=$(NugetSource)'
+ - script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Restore /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8 /p:RestoreSources="$(NugetSource)"'
displayName: "MSBuild Restore"
- script: '"C:/Program Files (x86)/Microsoft Visual Studio/2022/BuildTools/MSBuild/Current/Bin/MSBuild.exe" /target:Build /detailedsummary /consoleloggerparameters:PerformanceSummary;ErrorsOnly; /property:Configuration=$(Configuration);TargetFrameworkVersion=v4.8'
@@ -139,11 +139,11 @@ steps:
OverWrite: true
- task: CopyFiles@2
- displayName: 'Copy Files to: \\mesfs.infineon.com\EC_EAFRepository'
+ displayName: 'Copy Files to: Local D EAF Deployment Storage'
inputs:
Contents: "*$(Build.Repository.Name)*"
SourceFolder: 'bin\$(Configuration)'
- TargetFolder: '\\mesfs.infineon.com\EC_EAFRepository\Staging\DeploymentStorage\Adaptation_$(Build.Repository.Name)'
+ TargetFolder: 'D:\EAF\EAF Deployment Storage\Adaptation_$(Build.Repository.Name)'
OverWrite: true
- script: |
diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/DEP08SIHTRPLC.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/DEP08SIHTRPLC.cs
index 7a64378..b22eab8 100644
--- a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/DEP08SIHTRPLC.cs
+++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.56.0/DEP08SIHTRPLC.cs
@@ -1,4 +1,4 @@
-#if true
+#if v2_56_0
using Adaptation._Tests.Shared;
using Microsoft.Extensions.Logging;
using Microsoft.VisualStudio.TestTools.UnitTesting;
@@ -46,9 +46,7 @@ public class DEP08SIHTRPLC : EAFLoggingUnitTesting
EAFLoggingUnitTesting?.Dispose();
}
-#if DEBUG
[Ignore]
-#endif
[TestMethod]
public void Staging__v2_56_0__DEP08SIHTRPLC__ZipFilesByDate()
{
diff --git a/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/DEP08SIHTRPLC.cs b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/DEP08SIHTRPLC.cs
new file mode 100644
index 0000000..72f77ab
--- /dev/null
+++ b/Adaptation/_Tests/CreateSelfDescription/Staging/v2.57.0/DEP08SIHTRPLC.cs
@@ -0,0 +1,63 @@
+#if true
+using Adaptation._Tests.Shared;
+using Microsoft.Extensions.Logging;
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+using System;
+using System.Diagnostics;
+using System.IO;
+using System.Reflection;
+
+namespace Adaptation._Tests.CreateSelfDescription.Staging.v2_57_0;
+
+[TestClass]
+public class DEP08SIHTRPLC : EAFLoggingUnitTesting
+{
+
+#pragma warning disable CA2254
+#pragma warning disable IDE0060
+
+ internal static string DummyRoot { get; private set; }
+ internal static DEP08SIHTRPLC EAFLoggingUnitTesting { get; private set; }
+
+ public DEP08SIHTRPLC() : base(DummyRoot, testContext: null, declaringType: null, skipEquipmentDictionary: false)
+ {
+ if (EAFLoggingUnitTesting is null)
+ throw new Exception();
+ }
+
+ public DEP08SIHTRPLC(TestContext testContext) : base(DummyRoot, testContext, new StackFrame().GetMethod().DeclaringType, skipEquipmentDictionary: false)
+ {
+ }
+
+ [ClassInitialize]
+ public static void ClassInitialize(TestContext testContext)
+ {
+ EAFLoggingUnitTesting ??= new DEP08SIHTRPLC(testContext);
+ EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(testContext.TestName, " - ClassInitialize"));
+ string[] fileNameAndText = EAFLoggingUnitTesting.AdaptationTesting.GetCSharpText(testContext.TestName);
+ File.WriteAllText(fileNameAndText[0], fileNameAndText[1]);
+ File.WriteAllText(fileNameAndText[2], fileNameAndText[3]);
+ }
+
+ [ClassCleanup()]
+ public static void ClassCleanup()
+ {
+ EAFLoggingUnitTesting.Logger?.LogInformation("Cleanup");
+ EAFLoggingUnitTesting?.Dispose();
+ }
+
+#if DEBUG
+ [Ignore]
+#endif
+ [TestMethod]
+ public void Staging__v2_57_0__DEP08SIHTRPLC__ZipFilesByDate()
+ {
+ string check = "*.pdsf";
+ MethodBase methodBase = new StackFrame().GetMethod();
+ EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Getting configuration"));
+ _ = AdaptationTesting.GetWriteConfigurationGetFileRead(methodBase, check, EAFLoggingUnitTesting.AdaptationTesting);
+ EAFLoggingUnitTesting.Logger.LogInformation(string.Concat(methodBase.Name, " - Exit"));
+ }
+
+}
+#endif
\ No newline at end of file
diff --git a/Adaptation/_Tests/Extract/Staging/v2.56.0/DEP08SIHTRPLC.cs b/Adaptation/_Tests/Extract/Staging/v2.56.0/DEP08SIHTRPLC.cs
index f9f7b18..f562f89 100644
--- a/Adaptation/_Tests/Extract/Staging/v2.56.0/DEP08SIHTRPLC.cs
+++ b/Adaptation/_Tests/Extract/Staging/v2.56.0/DEP08SIHTRPLC.cs
@@ -1,4 +1,4 @@
-#if true
+#if v2_56_0
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace Adaptation._Tests.Extract.Staging.v2_56_0;
@@ -19,9 +19,7 @@ public class DEP08SIHTRPLC
_DEP08SIHTRPLC = CreateSelfDescription.Staging.v2_56_0.DEP08SIHTRPLC.EAFLoggingUnitTesting;
}
-#if DEBUG
[Ignore]
-#endif
[TestMethod]
public void Staging__v2_56_0__DEP08SIHTRPLC__ZipFilesByDate() => _DEP08SIHTRPLC.Staging__v2_56_0__DEP08SIHTRPLC__ZipFilesByDate();
diff --git a/Adaptation/_Tests/Extract/Staging/v2.57.0/DEP08SIHTRPLC.cs b/Adaptation/_Tests/Extract/Staging/v2.57.0/DEP08SIHTRPLC.cs
new file mode 100644
index 0000000..0b952da
--- /dev/null
+++ b/Adaptation/_Tests/Extract/Staging/v2.57.0/DEP08SIHTRPLC.cs
@@ -0,0 +1,29 @@
+#if true
+using Microsoft.VisualStudio.TestTools.UnitTesting;
+
+namespace Adaptation._Tests.Extract.Staging.v2_57_0;
+
+[TestClass]
+public class DEP08SIHTRPLC
+{
+
+#pragma warning disable CA2254
+#pragma warning disable IDE0060
+
+ private static CreateSelfDescription.Staging.v2_57_0.DEP08SIHTRPLC _DEP08SIHTRPLC;
+
+ [ClassInitialize]
+ public static void ClassInitialize(TestContext testContext)
+ {
+ CreateSelfDescription.Staging.v2_57_0.DEP08SIHTRPLC.ClassInitialize(testContext);
+ _DEP08SIHTRPLC = CreateSelfDescription.Staging.v2_57_0.DEP08SIHTRPLC.EAFLoggingUnitTesting;
+ }
+
+#if DEBUG
+ [Ignore]
+#endif
+ [TestMethod]
+ public void Staging__v2_57_0__DEP08SIHTRPLC__ZipFilesByDate() => _DEP08SIHTRPLC.Staging__v2_57_0__DEP08SIHTRPLC__ZipFilesByDate();
+
+}
+#endif
\ No newline at end of file
diff --git a/Adaptation/_Tests/Static/DEP08SIHTRPLC.cs b/Adaptation/_Tests/Static/DEP08SIHTRPLC.cs
index b19de64..04cf4e4 100644
--- a/Adaptation/_Tests/Static/DEP08SIHTRPLC.cs
+++ b/Adaptation/_Tests/Static/DEP08SIHTRPLC.cs
@@ -64,7 +64,7 @@ public class DEP08SIHTRPLC : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
- new("DEP08SIHTRPLC", "v2.56.0"),
+ new("DEP08SIHTRPLC", "v2.57.0"),
};
string staging = "http://mestsa07ec.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;
diff --git a/DEP08SIHTRPLC.csproj b/DEP08SIHTRPLC.csproj
index d921f90..e652486 100644
--- a/DEP08SIHTRPLC.csproj
+++ b/DEP08SIHTRPLC.csproj
@@ -150,7 +150,7 @@
4.7.0
- 2.56.0
+ 2.57.0
1.6.1
diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs
index 28bd2d8..fca83dc 100644
--- a/Properties/AssemblyInfo.cs
+++ b/Properties/AssemblyInfo.cs
@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("2.56.0.0")]
-[assembly: AssemblyFileVersion("2.56.0.0")]
+[assembly: AssemblyVersion("2.57.0.0")]
+[assembly: AssemblyFileVersion("2.57.0.0")]