1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
{ "tempDir": true, "steps": [{ "args": "compile --allow-net --cert ../RootCA.pem cafile_ts_fetch.ts", "cwd": "cert", "output": "[WILDCARD]" }, { "if": "windows", "commandName": "./cafile_ts_fetch.exe", "cwd": "cert", "args": [], "flaky": true, "output": "[WILDCARD]\nHello\n" }, { "if": "unix", "commandName": "./cafile_ts_fetch", "cwd": "cert", "args": [], "flaky": true, "output": "[WILDCARD]\nHello\n" }] }