UNPKG

appcenter-cli

Version:

Command line tool for Visual Studio App Center

7 lines (5 loc) 172 B
export module ExitCodes { export const Success: number = 0; // Exit codes between 1 and 63 are reserved for Test Cloud backend. export const Timeout: number = 64; }