Make Build default instead of Upload

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-12 07:01:14 +01:00
parent 5fd78f512d
commit cd6d631bc9
+5 -5
View File
@@ -33,7 +33,10 @@
"--destination",
"build"
],
"group": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
},
{
@@ -56,10 +59,7 @@
".",
"www-data@web.svc.xaymar.com:/var/www/com.xaymar.www/"
],
"group": {
"kind": "build",
"isDefault": true
},
"group": "build",
"problemMatcher": []
}
]