Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Commit

Permalink
another test...
Browse files Browse the repository at this point in the history
  • Loading branch information
techyian committed Apr 4, 2017
1 parent 3d39267 commit c426ddb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
version: '$(appveyor_build_version)'
version: '0.2.0-alpha.{build}'
image: Visual Studio 2015

assembly_info:
patch: true
file: AssemblyInfo.*
assembly_version: '$(appveyor_build_version)'
assembly_file_version: '$(appveyor_build_version)'
assembly_informational_version: '$(appveyor_build_version)'
assembly_version: '0.2.0-alpha.{build}'
assembly_file_version: '0.2.0-alpha.{build}'
assembly_informational_version: '0.2.0-alpha.{build}'

# prevent the double build when a branch has an active PR
skip_branch_with_pr: true
Expand Down

0 comments on commit c426ddb

Please sign in to comment.