aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-01-15 11:13:22 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-01-15 11:13:22 +0200
commitd10cbcc266afbf2c22dd3fc96d35ff60ff58ec1e (patch)
treec6665428417d3274b37ea21d349505b00ebf598b /Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
parent24e9858fe411e23a9edfce118c4513465457618f (diff)
downloadTango-d10cbcc266afbf2c22dd3fc96d35ff60ff58ec1e.tar.gz
Tango-d10cbcc266afbf2c22dd3fc96d35ff60ff58ec1e.zip
Fixed issue with embedded log attachment in TFS bugs.
Diffstat (limited to 'Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs')
-rw-r--r--Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
index 46bf63194..addd2f4fb 100644
--- a/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
+++ b/Software/Visual_Studio/MachineStudio/Tango.MachineStudio.UI/TFS/TeamFoundationServiceExtendedClient.cs
@@ -203,7 +203,7 @@ namespace Tango.MachineStudio.UI.TFS
if (embeddedFileLogger != null && File.Exists(embeddedFileLogger.LogFile))
{
var embeddedLogFile = _tempFolder.CreateImaginaryFile();
- File.Copy(appFileLogger.LogFile, embeddedLogFile.Path);
+ File.Copy(embeddedFileLogger.LogFile, embeddedLogFile.Path);
item.Attachments.Add(new Attachment()
{