Skip to content

Instantly share code, notes, and snippets.

@motowilliams
motowilliams / error.md
Last active November 9, 2017 09:43
Xamarin.Android Build Failures
  • No build definition changes and the solution builds locally.
  • Build fails on master branch where changes haven't been landed for a few days.
2017-10-31T21:58:47.2398136Z ##[error]Unable to process command '##vso[telemetry.publish area=Tasks.CrossPlatform;feature=XamarinAndroid]{ "jdkVersion": default }' successfully. Please reference documentation (http://go.microsoft.com/fwlink/?LinkId=817296)
2017-10-31T21:58:47.2408444Z ##[error]Unable to parse telemetry data { "jdkVersion": default }. Error: Unexpected character encountered while parsing value: d. Path 'jdkVersion', line 1, position 16.
2017-10-31T21:58:47.2408444Z ##[debug]System.ArgumentException: Unable to parse telemetry data { "jdkVersion": default }. Error: Unexpected character encountered while parsing value: d. Path 'jdkVersion', line 1, position 16.
   at Microsoft.VisualStudio.Services.Agent.Worker.Telemetry.TelemetryCommandExtension.ProcessPublishTelemetryCommand(IExecutionContext context, Dictionary`2 eventProperties, String data)