All Projects → HoussemDellai → AzureDevOpsPipelines-Templates

HoussemDellai / AzureDevOpsPipelines-Templates

Licence: other
This project shows how to use YAML templates in Azure DevOps Pipelines.

Programming Languages

HCL
1544 projects

Projects that are alternatives of or similar to AzureDevOpsPipelines-Templates

yamlizr
Azure DevOps Designer-to-YAML Pipeline CLI CodeGen Tool
Stars: ✭ 23 (-34.29%)
Mutual labels:  ci-cd, azure-devops
devops-governance
Example end-to-end Governance Model from CI/CD to Azure Resource Manager. Use this project to deploy example AAD, ARM and Azure DevOps resources to learn about e2e RBAC.
Stars: ✭ 79 (+125.71%)
Mutual labels:  ci-cd, azure-devops
Not-a-Dog-Workshop
Workshop to build an automatic Not a Dog application , using the Serverless Azure Functions and Cognitive Services
Stars: ✭ 15 (-57.14%)
Mutual labels:  ci-cd, azure-devops
azure-flutter-tasks
Easily build and deploy with latest Flutter build tasks for Azure DevOps Pipelines Tasks
Stars: ✭ 66 (+88.57%)
Mutual labels:  ci-cd, azure-devops
ionic-vue-mobile-template-01
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 47 (+34.29%)
Mutual labels:  templates
bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (-5.71%)
Mutual labels:  templates
jeka
Build JVM software with vanilla code
Stars: ✭ 73 (+108.57%)
Mutual labels:  ci-cd
typed flags
Type-safe and human-readable set of bool flags
Stars: ✭ 23 (-34.29%)
Mutual labels:  templates
marketplace-feedback
This repository is for feedback regarding NativeScript Marketplace. Use the issues system here to submit feature requests, vote for existing ones or report bugs.
Stars: ✭ 16 (-54.29%)
Mutual labels:  templates
Prism-Templates
Prism Templates using the DotNet New cli
Stars: ✭ 13 (-62.86%)
Mutual labels:  templates
TfsCmdlets
PowerShell Cmdlets for Azure DevOps and Team Foundation Server
Stars: ✭ 75 (+114.29%)
Mutual labels:  azure-devops
estafette-ci-builder
Component of Estafette CI that executes build steps
Stars: ✭ 16 (-54.29%)
Mutual labels:  ci-cd
dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (+88.57%)
Mutual labels:  templates
odata-client
Java client generator for a service described by OData CSDL 4.0 metadata. Includes Microsoft Graph clients (v1.0 and Beta), Graph Explorer client, Analytics for DevOps, Dynamics CRM clients
Stars: ✭ 23 (-34.29%)
Mutual labels:  azure-devops
fossos
seminar series on data science, reproducible science and open source by @maxheld83
Stars: ✭ 13 (-62.86%)
Mutual labels:  ci-cd
WebAppWithDatabaseDemo
Sample ASP.NET Core MVC app with database for demoing CI-CD pipelines using Azure DevOps
Stars: ✭ 53 (+51.43%)
Mutual labels:  azure-devops
rust-azure-devops
[No longer maintain] 🦀 Rust extension for Azure DevOps
Stars: ✭ 26 (-25.71%)
Mutual labels:  azure-devops
otto
Otto is your friendly continuous delivery companion.
Stars: ✭ 80 (+128.57%)
Mutual labels:  ci-cd
vagrant-templates
Vagrantfiles for self-contained development/test environments.
Stars: ✭ 28 (-20%)
Mutual labels:  templates
Nginx-builder
A tool to build deb or rpm package of required Nginx version from the source code, with the ability to connect third-party modules. Nginx parameters are set in the yaml configuration file.
Stars: ✭ 143 (+308.57%)
Mutual labels:  ci-cd

AzureDevOpsPipelines-Templates

# sample-azure-pipelines.yml
trigger:
- master

steps:
- template: sample-template-step.yml
- template: sample-template-step.yml
- template: sample-template-step.yml

Video with explanantion on youtube is available here: https://youtu.be/US_e31hZiWk

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].