Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/damienaicheh/azure-devops-yaml-generator
- Owner: damienaicheh
- License: mit
- Created: 2020-05-21T18:02:06.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T04:38:20.000Z (about 2 years ago)
- Last Synced: 2023-03-04T09:18:18.141Z (over 1 year ago)
- Topics: android, azure-devops, generator, ios, xamarin, yaml
- Language: TypeScript
- Size: 454 KB
- Stars: 15
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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
- AndroidBelow 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 templatesFix 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 templatesPossibility 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