aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting
diff options
context:
space:
mode:
authorRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-19 17:13:32 +0200
committerRoy Ben Shabat <Roy.mail.net@gmail.com>2025-01-19 17:13:32 +0200
commitdc01eecbfd2f47f739e4ffd8a2a56f3047c66322 (patch)
treeda10ea5a9477fe0992950308b32880b67aa0ad4f /Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting
parent039c12022e8beadd8961d62c78d6b1974d85526f (diff)
downloadTango-dc01eecbfd2f47f739e4ffd8a2a56f3047c66322.tar.gz
Tango-dc01eecbfd2f47f739e4ffd8a2a56f3047c66322.zip
X1 Startup
Diffstat (limited to 'Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting')
-rw-r--r--Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting/TFS/TeamFoundationServicePPCClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting/TFS/TeamFoundationServicePPCClient.cs b/Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting/TFS/TeamFoundationServicePPCClient.cs
index c21d56f2a..c9e39b02b 100644
--- a/Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting/TFS/TeamFoundationServicePPCClient.cs
+++ b/Software/Visual_Studio/PPC/Modules/Tango.PPC.BugReporting/TFS/TeamFoundationServicePPCClient.cs
@@ -102,7 +102,7 @@ namespace Tango.PPC.BugReporting.TFS
item.Type = WorkItemType.Bug;
item.Environment = SettingsManager.Default.GetOrCreate<PPCSettings>().DeploymentSlot.ToDescription();
- item.MachineType = _buildProvider.IsEureka ? MachineType.TwineX4 : MachineType.TS1800;
+ item.MachineType = (MachineType)_buildProvider.BuildType;
FileLogger appFileLogger = LogManager.Default.RegisteredLoggers.FirstOrDefault(x => x.GetType() == typeof(FileLogger)) as FileLogger;
FileLogger embeddedFileLogger = MachineOperator.EmbeddedLogManager.RegisteredLoggers.FirstOrDefault(x => x.GetType() == typeof(FileLogger)) as FileLogger;