aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerghei Cebotari <serghei@cebotari.ru>2023-12-09 23:59:40 +0300
committerSerghei Cebotari <serghei@cebotari.ru>2023-12-09 23:59:40 +0300
commit52f128c8b743c07052152b3829cf701e6a4880b5 (patch)
tree9a6fa630f7e327d439fdcb07e5f96b699aeea250
parenta8c192848de3cf6728326677cb047202366566c5 (diff)
Remove ISTESTING setting
-rw-r--r--RhSolutions.AddIn/Properties/launchSettings.json5
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