mesfs.infineon.com

Infineon.EAF.Runtime 2.52.0
pool name
Kanban
This commit is contained in:
2023-11-13 16:16:45 -07:00
parent d2e291fe64
commit 49d8e3b309
17 changed files with 617 additions and 46 deletions

View File

@ -62,8 +62,8 @@ public class BACKLOG : LoggingUnitTesting, IDisposable
StringBuilder results = new();
(string cellInstanceName, string cellInstanceVersionName)[] collection = new (string, string)[]
{
new("BACKLOG", "v2.49.2"),
new("BACKLOG-EQPT", "v2.49.2"),
new("BACKLOG", "v2.52.0"),
new("BACKLOG-EQPT", "v2.52.0"),
};
string development = "http://eaf-dev.mes.infineon.com:9003/CellInstanceServiceV2";
Shared.PasteSpecialXml.EAF.XML.API.CellInstance.CellInstanceVersion cellInstanceVersion;