Welcome to mirror list, hosted at ThFree Co, Russian Federation.

release.yml « .azure-pipelines - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: aeb5ee3278da3cb32b6c9cb9368559a000aa4760 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Release pipeline to build and deploy Certbot for Windows for GitHub release tags
trigger:
  tags:
    include:
      - v*
pr: none

jobs:
  # Any addition here should be reflected in the advanced pipeline.
  # It is advised to declare all jobs here as templates to improve maintainability.
  - template: templates/tests-suite.yml
  - template: templates/installer-tests.yml
  - template: templates/changelog.yml