Skip to content

lpsm-dev/azure-pipelines

Repository files navigation

azure

🌊 Shared azure pipelines 🌊

Semantic Release Commitizen friendly License Gitpod Ready-to-Code


pipelines

✨ A collection of some templates to azure pipelines ✨

About   |    Getting Started   |    Usage


➤ Getting Started

If you want contribute on this project, first you need to make a git clone:

  1. git clone --depth 1 https://github.com/lpmatos/azure-pipelines.git -b master

This will give you access to the code on your local machine.

➤ Description

Azure pipelines is a cloud service that you can use to automatically build and test your code project and make it available to other users. It works with just about any language or project type.

Azure pipelines combines continuous integration (CI) and continuous delivery (CD) to constantly and consistently test and build your code and ship it to any target.

Azure Marketplace

➤ Usage

First configure a github service connection

It is suggested to use a generic name, such as github so forks can also configure the same. You can find this in Project Settings => Service connections in the Azure Devops dashboard for your project.

Below I'm using the endpoint name github.

Next add this to the beginning of your azure-pipelines.yml

resources:
  repositories:
    - repository: lpmatos
      type: github
      endpoint: github
      name: lpmatos/azure-pipelines
      ref: 'refs/heads/master'

this will make the templates in this repository available in the lpmatos namespace.

➤ Author

👤 Hey!! If you like this project or if you find some bugs feel free to contact me in my channels:

➤ Versioning

To check the change history, please access the CHANGELOG.md file.

➤ Project status

Currently the project is constantly being updated! 👾

➤ Donations

If my work has impacted your life in a positive way and you'd like to buy me a coffee (or a hundred), that'd be much appreciated!

BTC Address LTC Address

➤ Show your support

Give me a ⭐️ if this project helped you!

gif-header

Made with 💜 by me 👋 inspired on readme-md-generator