Skip to content

Commit

Permalink
Minor tweaks to Xamarin Test Cloud debug info and help text
Browse files Browse the repository at this point in the history
  • Loading branch information
davidstaheli committed Apr 6, 2015
1 parent 4ac995b commit 34d6600
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Tasks/XamarinTestCloud/XamarinTestCloud.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ var optionalArgs = tl.getInput('optionalArgs', false);

// Output debug information for inputs
tl.debug('app: ' + app);
tl.debug('dsym: ' + dsym);
tl.debug('teamApiKey: ' + teamApiKey);
tl.debug('user: ' + user);
tl.debug('devices: ' + devices);
Expand Down
2 changes: 1 addition & 1 deletion Tasks/XamarinTestCloud/task.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"required": false,
"defaultValue": "",
"groupName": "advanced",
"helpMarkDown": "Additional arguments passed to the test-cloud tool."
"helpMarkDown": "Additional arguments passed to test-cloud.exe."
}
],
"instanceNameFormat": "Test $(app) with Xamarin.UITest in Xamarin Test Cloud",
Expand Down

0 comments on commit 34d6600

Please sign in to comment.