Make Build default instead of Upload
This commit is contained in:
Vendored
+5
-5
@@ -33,7 +33,10 @@
|
|||||||
"--destination",
|
"--destination",
|
||||||
"build"
|
"build"
|
||||||
],
|
],
|
||||||
"group": "build",
|
"group": {
|
||||||
|
"kind": "build",
|
||||||
|
"isDefault": true
|
||||||
|
},
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -56,10 +59,7 @@
|
|||||||
".",
|
".",
|
||||||
"www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/"
|
"www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/"
|
||||||
],
|
],
|
||||||
"group": {
|
"group": "build",
|
||||||
"kind": "build",
|
|
||||||
"isDefault": true
|
|
||||||
},
|
|
||||||
"problemMatcher": []
|
"problemMatcher": []
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user