From 405f1ac07d78468c3e1a0ef1c0dc8956635c8677 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Wed, 22 Apr 2020 07:01:05 +0300 Subject: FSE work + fixed issue with personal access token on MS and PPC. --- .../Web/Tango.MachineService/Controllers/FSEController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Software/Visual_Studio/Web/Tango.MachineService/Controllers') diff --git a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs index 27d93f467..bb3ef588f 100644 --- a/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs +++ b/Software/Visual_Studio/Web/Tango.MachineService/Controllers/FSEController.cs @@ -117,8 +117,8 @@ namespace Tango.MachineService.Controllers { return new BugReportingInfoResponse() { - CollectionUrl = MachineServiceConfig.FSE_TFS_COLLECTION_URL, - PersonalToken = MachineServiceConfig.FSE_TFS_PERSONAL_TOKEN, + CollectionUrl = MachineServiceConfig.TFS_COLLECTION_URL, + PersonalToken = MachineServiceConfig.TFS_PERSONAL_TOKEN, UserEmail = MachineServiceConfig.FSE_TFS_USER_EMAIL }; } -- cgit v1.3.1