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

Commit

Permalink
Fix release builds twice
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Dec 25, 2015
1 parent fd36977 commit 8732c4a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# - Section names should be unique on each level.

# version format
version: 1.3.{build}
version: 1.4.{build}

shallow_clone: true

Expand All @@ -25,16 +25,12 @@ configuration: Release
build_script:
- cmd: .\build.bat Package

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: "{version}"
assembly_file_version: "{version}"
assembly_informational_version: "{version}"

# to disable automatic tests
test: off

# skip building commits that add tags (such as release tag)
skip_tags: true

#---------------------------------#
# artifacts configuration #
#---------------------------------#
Expand Down

0 comments on commit 8732c4a

Please sign in to comment.