Fix upload task

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-11 07:22:15 +01:00
parent 864ae687d1
commit 202fd6b5ee
+9 -9
View File
@@ -36,10 +36,13 @@
"problemMatcher": []
},
{
"label": "Upload",
"label": "Build & Upload",
"dependsOn": [
"Upload"
],
"type": "process",
"options": {
"cwd": "build",
"cwd": "build"
},
"command": "wsl",
"args": [
@@ -52,13 +55,10 @@
".",
"www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/"
],
"group": "build",
"problemMatcher": []
},
{
"label": "Build & Upload",
"dependsOn": [ "Build", "Upload" ],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]