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

github.com/aspnet/MessagePack-CSharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Arnott <andrewarnott@gmail.com>2019-04-17 09:27:51 +0300
committerAndrew Arnott <andrewarnott@gmail.com>2019-04-17 09:29:16 +0300
commitdfee22b140c6280a2bf7536ce838a46e45481521 (patch)
tree2bae9d25c08cb618050156dce69983b780eeb91b /azure-pipelines.yml
parent5c70e8dbe5280a872dfb83bc6480929f489d7084 (diff)
Build *_validate branches
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index fa4f580c..b6567ab4 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,6 +1,6 @@
trigger:
branches:
- include: ["master", "v1.8"]
+ include: ["master", "v1.8", "*_validate"]
paths:
exclude: ["doc", "*.md"]