Skip to content

Commit e5097fa

Browse files
committed
Work CI-CD
- Fix trigger tag config. ***NO_CI***
1 parent 7f0975f commit e5097fa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ trigger:
44
paths:
55
exclude: [README.md, CHANGELOG.md, CODE_OF_CONDUCT.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
66
tags:
7-
include: ["v*"]
7+
include:
8+
- refs/tags/v*
89

910
# PR always trigger build
1011
pr:

0 commit comments

Comments
 (0)