update build command
This commit is contained in:
14
.vscode/tasks.json
vendored
14
.vscode/tasks.json
vendored
@@ -4,11 +4,11 @@
|
|||||||
{
|
{
|
||||||
"label": "Build New Release",
|
"label": "Build New Release",
|
||||||
"type": "shell",
|
"type": "shell",
|
||||||
// "dependsOn": [
|
"dependsOn": [
|
||||||
// "Build LibrarySystem (Release)",
|
"Build LibrarySystem (Release)",
|
||||||
// "Build LibrarySystem (Debug)"
|
"Build LibrarySystem (Debug)"
|
||||||
// ],
|
],
|
||||||
"command": "release.cmd",
|
"command": "python setup.py",
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "build",
|
"kind": "build",
|
||||||
"isDefault": true
|
"isDefault": true
|
||||||
@@ -92,8 +92,8 @@
|
|||||||
"type": "shell",
|
"type": "shell",
|
||||||
"command": "c:/Users/aky547/GitHub/LibrarySystem/.venv/Scripts/python.exe",
|
"command": "c:/Users/aky547/GitHub/LibrarySystem/.venv/Scripts/python.exe",
|
||||||
"args": [
|
"args": [
|
||||||
"'c:/Users/aky547/GitHub/LibrarySystem/main_dev.py'",
|
"'c:/Users/aky547/GitHub/LibrarySystem/main.py'",
|
||||||
|
"--debug"
|
||||||
],
|
],
|
||||||
"group": {
|
"group": {
|
||||||
"kind": "test",
|
"kind": "test",
|
||||||
|
|||||||
Reference in New Issue
Block a user