This commit is contained in:
2025-01-10 10:39:30 +01:00
parent d208013192
commit c7a596f6d0
3 changed files with 25 additions and 11 deletions

15
.vscode/tasks.json vendored
View File

@@ -4,16 +4,11 @@
{
"label": "Build New Release",
"type": "shell",
"dependsOn": [
"Build LibrarySystem (Release)",
"Build LibrarySystem (Debug)"
],
"command": "cmd",
"args": [
"/c",
"echo",
"Build Complete"
],
// "dependsOn": [
// "Build LibrarySystem (Release)",
// "Build LibrarySystem (Debug)"
// ],
"command": "release.cmd",
"group": {
"kind": "build",
"isDefault": true