Skip to content
This repository was archived by the owner on Apr 21, 2021. It is now read-only.

Commit 8732c4a

Browse files
committed
Fix release builds twice
1 parent fd36977 commit 8732c4a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

appveyor.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# - Section names should be unique on each level.
88

99
# version format
10-
version: 1.3.{build}
10+
version: 1.4.{build}
1111

1212
shallow_clone: true
1313

@@ -25,16 +25,12 @@ configuration: Release
2525
build_script:
2626
- cmd: .\build.bat Package
2727

28-
assembly_info:
29-
patch: true
30-
file: AssemblyInfo.*
31-
assembly_version: "{version}"
32-
assembly_file_version: "{version}"
33-
assembly_informational_version: "{version}"
34-
3528
# to disable automatic tests
3629
test: off
3730

31+
# skip building commits that add tags (such as release tag)
32+
skip_tags: true
33+
3834
#---------------------------------#
3935
# artifacts configuration #
4036
#---------------------------------#

0 commit comments

Comments
 (0)