Browse Source

ci: build/tag includes must be a list

tags/2.1.0
Christopher Felegy 6 years ago
parent
commit
8118c11efe
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      azure-pipelines.yml

+ 4
- 2
azure-pipelines.yml View File

@@ -5,9 +5,11 @@ variables:


trigger: trigger:
tags: tags:
include: '*'
include:
- '*'
branches: branches:
include: '*'
include:
- '*'


jobs: jobs:
- job: Linux - job: Linux


Loading…
Cancel
Save