From 606d00de5a3775a22727dbb8e92ba4f40d7cd413 Mon Sep 17 00:00:00 2001 From: Konstantin Gross Date: Tue, 2 Jun 2020 23:40:21 +0200 Subject: [PATCH] Improvement debugging and testing new api calls (without install cli) --- ElectronNET.WebApp/Properties/launchSettings.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ElectronNET.WebApp/Properties/launchSettings.json b/ElectronNET.WebApp/Properties/launchSettings.json index 71d8f66..7ea18a5 100644 --- a/ElectronNET.WebApp/Properties/launchSettings.json +++ b/ElectronNET.WebApp/Properties/launchSettings.json @@ -10,11 +10,10 @@ "profiles": { "Electron.NET App": { "commandName": "Executable", - "executablePath": "electronize", + "executablePath": "$(SolutionDir)ElectronNET.CLI\\bin\\Debug\\netcoreapp3.1\\dotnet-electronize.exe", "commandLineArgs": "start", - "workingDirectory": "." + "workingDirectory": "$(SolutionDir)ElectronNET.WebApp" }, - "IIS Express": { "commandName": "IISExpress", "environmentVariables": {