diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-09 23:59:40 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-09 23:59:40 +0300 |
commit | 52f128c8b743c07052152b3829cf701e6a4880b5 (patch) | |
tree | 9a6fa630f7e327d439fdcb07e5f96b699aeea250 | |
parent | a8c192848de3cf6728326677cb047202366566c5 (diff) |
Remove ISTESTING setting
-rw-r--r-- | RhSolutions.AddIn/Properties/launchSettings.json | 5 |
1 files changed, 1 insertions, 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 |