From 52f128c8b743c07052152b3829cf701e6a4880b5 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Sat, 9 Dec 2023 23:59:40 +0300 Subject: [PATCH] Remove ISTESTING setting --- RhSolutions.AddIn/Properties/launchSettings.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/RhSolutions.AddIn/Properties/launchSettings.json b/RhSolutions.AddIn/Properties/launchSettings.json index 7f7ccfe..c36dbc3 100644 --- a/RhSolutions.AddIn/Properties/launchSettings.json +++ b/RhSolutions.AddIn/Properties/launchSettings.json @@ -3,10 +3,7 @@ "Excel": { "commandName": "Executable", "executablePath": "C:\\Program Files\\Microsoft Office\\root\\Office16\\EXCEL.EXE", - "commandLineArgs": "RhSolutions-AddIn64.xll", - "environmentVariables": { - "ISTESTING": "false" - } + "commandLineArgs": "RhSolutions-AddIn64.xll" } } } \ No newline at end of file