Skip to content

Commit e94c7b3

Browse files
committed
Fix build task issue when building with local frameworks
1 parent d01057f commit e94c7b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vscode/tasks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"-NoProfile",
1111
"-ExecutionPolicy",
1212
"Bypass",
13-
"-File"
13+
"-Command"
1414
]
1515
}
1616
}
@@ -23,7 +23,7 @@
2323
"-NoProfile",
2424
"-ExecutionPolicy",
2525
"Bypass",
26-
"-File"
26+
"-Command"
2727
]
2828
}
2929
}
@@ -33,7 +33,7 @@
3333
"label": "Build with nugets",
3434
"type": "shell",
3535
"command": "${cwd}/build/Build-Debug.ps1",
36-
"problemMatcher":"$msCompile",
36+
"problemMatcher": "$msCompile",
3737
"group": {
3838
"kind": "build",
3939
"isDefault": true

0 commit comments

Comments
 (0)