From a4a2a8e7198789e373efa28a2e94fff1630f9937 Mon Sep 17 00:00:00 2001 From: cosmonaut Date: Thu, 6 Aug 2020 15:26:46 -0700 Subject: [PATCH] fix core launch --- .vscode/launch.json | 2 +- .vscode/tasks.json | 10 ++++------ KavTest/KavTest.Core.csproj | 2 ++ 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 979d368..e4221f8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -12,7 +12,7 @@ "LD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/lib64", "DYLD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/osx" }, - "cwd": "${workspaceFolder}", + "cwd": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1", "console": "integratedTerminal", "internalConsoleOptions": "neverOpen" } diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 3eb0c76..1a10449 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -137,9 +137,8 @@ "command": "dotnet", "args": [ "build", - "./KavTest.Core.sln", - "-f", - "netcoreapp3.1" + "./KavTest/KavTest.Core.csproj", + "-p:SolutionDir=${workspaceFolder}/" ], "type": "shell", "group": { @@ -173,11 +172,10 @@ "command": "dotnet", "args": [ "build", - "./KavTest.Core.sln", + "./KavTest/KavTest.Core.csproj", "--configuration", "Release", - "-f", - "netcoreapp3.1" + "-p:SolutionDir=${workspaceFolder}/" ], "type": "shell", "group": { diff --git a/KavTest/KavTest.Core.csproj b/KavTest/KavTest.Core.csproj index 5da37f0..07dac6b 100644 --- a/KavTest/KavTest.Core.csproj +++ b/KavTest/KavTest.Core.csproj @@ -25,6 +25,8 @@ + +