Roblox-File-Format/Plugins/.vscode/tasks.json
CloneTrooper1019 540958f7f8 0.438.0.407270
2020-06-29 19:06:14 -05:00

28 lines
605 B
JSON

{
"version": "2.0.0",
"tasks":
[
{
"type": "shell",
"label": "Build Plugin",
"command": "rojo build --output GenerateApiDump.rbxm",
"group": "build"
},
{
"type": "shell",
"label": "Build and Test Plugin",
"command": "powershell -ExecutionPolicy ByPass -File DeployToStudio.ps1",
"dependsOn": ["Build Plugin"],
"group":
{
"kind": "build",
"isDefault": true
}
}
]
}