Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/damienaicheh/azure-devops-yaml-generator


https://github.com/damienaicheh/azure-devops-yaml-generator

android azure-devops generator ios xamarin yaml

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# Azure Pipeline YAML Generator

Generate Azure DevOps YAML pipelines.

## Features

Generate Azure DevOps YAML pipelines for your projects.

Currently this extension supports:
- Xamarin.Forms
- Xamarin.iOS
- Xamarin.Android
- iOS
- Android

Below the list of options generated by the extension for your pipeline depending on the type of your project:

- Run Unit Test
- Build the project
- Update the package identifier (packageName / BundleID)
- Manage version dynamically
- Add a banner to the launch icon
- Publish the artifacts generated
- Distribute the packages with App Center (.ipa, .apk, .aab)

## Contributions

Feel free to contribute!

## Release Notes

### 1.0.0
Stable version.

Supports added for:
- iOS templates
- Android templates

Fix issues:
- Back button increase the current steps number.
- A folder project was needed to display the file generated.

### 0.0.3
Supports added for:
- Xamarin.iOS templates
- Xamarin.Android templates

Possibility to choose to generate an Android App Bundle or an Apk

### 0.0.2
Fix path version fixed for Windows.

### 0.0.1

Demo version:
- Xamarin.Forms templates