| Boots & UtilitiesCustom tasks for Azure Pipelines. Featuring Boots! BootsThe BootsAzure Pipeline Task provides a convienent way to use boots, a .NET global tool for "bootstrapping" vsix & pkg files. Once you've installed this extension, the Bootstask can be added to an Azure Pipelines Build or Release definition, or  it can be used from YAML: steps:
- task: Boots@1
  displayName: Install Xamarin.Android
  inputs:
    uri: https://aka.ms/xamarin-android-commercial-d16-2-windows
 More InfoThe source for this extension can be found on GitHub. Additional tasks may be added in the future. Feel free to submit a pull request! |  |