fix project name in tasks
parent
9ca6d62f11
commit
1c679b8323
|
@ -223,7 +223,7 @@
|
||||||
"command": "MsBuild.exe",
|
"command": "MsBuild.exe",
|
||||||
"args": [
|
"args": [
|
||||||
"-restore:True",
|
"-restore:True",
|
||||||
"${workspaceFolder}/Anathema.Framework.sln",
|
"${workspaceFolder}/KavTest.Framework.sln",
|
||||||
"-p:Configuration=Debug",
|
"-p:Configuration=Debug",
|
||||||
"-p:Platform=x64"
|
"-p:Platform=x64"
|
||||||
],
|
],
|
||||||
|
@ -236,9 +236,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run: Framework Debug",
|
"label": "Run: Framework Debug",
|
||||||
"command": "Anathema.exe",
|
"command": "KavTest.exe",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}/Anathema/bin/Debug/net48"
|
"cwd": "${workspaceFolder}/KavTest/bin/Debug/net48"
|
||||||
},
|
},
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"group": {
|
"group": {
|
||||||
|
@ -266,7 +266,7 @@
|
||||||
"command": "MsBuild.exe",
|
"command": "MsBuild.exe",
|
||||||
"args": [
|
"args": [
|
||||||
"-restore:True",
|
"-restore:True",
|
||||||
"${workspaceFolder}/Anathema.Framework.sln",
|
"${workspaceFolder}/KavTest.Framework.sln",
|
||||||
"-p:Configuration=Release",
|
"-p:Configuration=Release",
|
||||||
"-p:Platform=x64"
|
"-p:Platform=x64"
|
||||||
],
|
],
|
||||||
|
@ -279,9 +279,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "Run: Framework Release",
|
"label": "Run: Framework Release",
|
||||||
"command": "Anathema.exe",
|
"command": "KavTest.exe",
|
||||||
"options": {
|
"options": {
|
||||||
"cwd": "${workspaceFolder}/Anathema/bin/Release/net48"
|
"cwd": "${workspaceFolder}/KavTest/bin/Release/net48"
|
||||||
},
|
},
|
||||||
"type": "process",
|
"type": "process",
|
||||||
"group": {
|
"group": {
|
||||||
|
|
Loading…
Reference in New Issue