Advertisement
Guest User

Untitled

a guest
Jul 12th, 2017
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.28 KB | None | 0 0
  1. {
  2.     "version": "2.0.0",
  3.     "tasks": [
  4.         {
  5.             "taskName": "CompileToOfile",
  6.             "command": "echo",
  7.             "args": [
  8.                 "Hello"
  9.             ]
  10.         },
  11.         {
  12.             "taskName": "CompileWGDBWBGI",
  13.             "command": "echo",
  14.             "args": [
  15.                 "World"
  16.             ],
  17.             "dependsOn": "CompileToOfile"
  18.         }
  19.     ]
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement