{
"version": "2.0.0",
"tasks":
[
"type": "shell",
"label": "Upload Game",
"command": "powershell -ExecutionPolicy ByPass -File UploadGame.ps1",
"group":
"kind": "build",
"isDefault": true
}
]