Skip to content

Commit 1305d90

Browse files
committed
Avoid building tags
Tags are only created after builds are published, so there is no need to build them again.
1 parent 5b9e2be commit 1305d90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ configuration:
77
- Release
88
before_build:
99
- nuget restore
10+
skip_tags: true
1011
build:
1112
project: DocumentationAnalyzers.sln
1213
verbosity: minimal

0 commit comments

Comments
 (0)