microsoft / vso-agent

Visual Studio Team Services and TFS agent for Mac OSX and Linux
MIT License
131 stars 57 forks source link

command module does not exist: task.logissue #230

Closed mvvsubbu closed 8 years ago

mvvsubbu commented 8 years ago

Writing log using the following statement, it shows warning message on cross plat agent

System.out.printf("##vso[task.logissue type=error;code=PREREQ_QueryObjectsFailed;TaskId=%s;]\n", Constants.TASK_ID);

bryanmacfarlane commented 8 years ago

It's task.issue. New vsts-agent is consistent with win agent