Improvement debugging and testing new api calls (without install cli)

This commit is contained in:
Konstantin Gross
2020-06-02 23:40:21 +02:00
parent b3266cd93f
commit 606d00de5a

View File

@@ -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": {