Skip to content

Commit

Permalink
Update appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
diev committed Jan 7, 2017
1 parent a163b55 commit 68493eb
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 @@ -18,7 +18,7 @@ assembly_info:
assembly_informational_version: '{version}'
install:
- ps: >-
$AssemblyFile = "AssemblyInfo.cs"
$AssemblyFile = "$env:APPVEYOR_PROJECT_NAME\Properties\AssemblyInfo.cs"
$RegularExpression = [regex] '^\[assembly: AssemblyFileVersion\(\"(\d*\.\d*)\.\d*\.\d*\"\)\]$'
Expand Down

0 comments on commit 68493eb

Please sign in to comment.