Skip to content

Commit

Permalink
Moved script to the install step, see here for more information: http…
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakritzator committed Jan 8, 2016
1 parent 6246632 commit 9eeb5cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ assembly_info:
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}-$(GIT_HASH)'
before_build:
install:
- ps: $env:GIT_HASH = $env:APPVEYOR_REPO_COMMIT.Substring(0, 10)
build:
project: Dapplo.ActiveDirectory.sln
Expand Down

0 comments on commit 9eeb5cf

Please sign in to comment.