We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0975f commit e5097faCopy full SHA for e5097fa
azure-pipelines.yml
@@ -4,7 +4,8 @@ trigger:
4
paths:
5
exclude: [README.md, CHANGELOG.md, CODE_OF_CONDUCT.md, LICENSE.md, NuGet.Config, .github_changelog_generator, .gitignore]
6
tags:
7
- include: ["v*"]
+ include:
8
+ - refs/tags/v*
9
10
# PR always trigger build
11
pr:
0 commit comments