BuildTool: Stop after when Module failed

This commit is contained in:
Simon Lübeß
2026-04-11 09:39:13 +02:00
parent bca4281d84
commit 10e2294f9c
4 changed files with 28 additions and 14 deletions
@@ -0,0 +1,8 @@
{
"profiles": {
"BuildTool": {
"commandName": "Project",
"commandLineArgs": "build All --debug --workspace \"$(ProjectDir)/../../\""
}
}
}