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

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/release.yml')
-rw-r--r--.azure-pipelines/release.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.azure-pipelines/release.yml b/.azure-pipelines/release.yml
new file mode 100644
index 000000000..aeb5ee327
--- /dev/null
+++ b/.azure-pipelines/release.yml
@@ -0,0 +1,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