maint(tasks.json): fix build sequence
This commit is contained in:
parent
ec10852df2
commit
27ba96299e
6
.vscode/tasks.json
vendored
6
.vscode/tasks.json
vendored
@ -45,11 +45,15 @@
|
|||||||
"🔨 Build Executable",
|
"🔨 Build Executable",
|
||||||
"🔧 Compile Installer"
|
"🔧 Compile Installer"
|
||||||
],
|
],
|
||||||
|
"dependsOrder": "sequence",
|
||||||
"problemMatcher": [],
|
"problemMatcher": [],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
}
|
}
|
||||||
|
// "runOptions": {
|
||||||
|
// "runOn": "folderOpen"
|
||||||
|
// }
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"inputs": [
|
"inputs": [
|
||||||
@ -60,4 +64,4 @@
|
|||||||
"default": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\msbuild.exe"
|
"default": "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\MSBuild\\Current\\Bin\\msbuild.exe"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user