Skip to content

Commit

Permalink
Trying to get a smaller hash in the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Jan 8, 2016
1 parent b7f900b commit 6246632
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ assembly_info:
file: '**\AssemblyInfo.*'
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-$(APPVEYOR_REPO_COMMIT)'
assembly_informational_version: '{version}-$(GIT_HASH)'
before_build:
- ps: $env:GIT_HASH = $env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
build:
project: Dapplo.ActiveDirectory.sln
publish_nuget: true
Expand Down

0 comments on commit 6246632

Please sign in to comment.