Skip to content

dlw-digitalworkplace/azure-devops-templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Azure Devops Templates

Templates for running CI/CD pipelines in Azure DevOps

Usage

Setup

  • Add a service connection named GitHub to the Azure DevOps project.
  • Add a reference to the GitHub repository in your yaml file
    resources:
      repositories:
        - repository: templates
          type: github
          name: dlw-digitalworkplace/azure-devops-templates
          ref: 'refs/heads/main'
          endpoint: GitHub

General usage

  • Reference the template and pass the necessary parameters.
    - template: <path_to_template>.yml@templates
      parameters:
        parameter_name: <parameter_value>
        ...

Template details

push/js/push-beachball-package.yml

Pushes updated packages to the specified NPM repository.

Prerequisites

  • beachball must be added as a (dev)dependency in the project root.
  • If pushing to a private repository, authentication must be performed before to calling this template.
  • Change files should be present in the source.

About

Templates for running CI/CD pipelines in Azure DevOps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages