Skip to content

Commit

Permalink
More fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
babelshift committed Jun 29, 2017
1 parent f387989 commit dff5e53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ after_build:
$xml = [xml](get-content $xmlPath)
$propertyGroup = $xml.Project.PropertyGroup | Where { $_.Version}
$propertyGroup = $xml.Project.PropertyGroup | Where { $_.PackageVersion}
$propertyGroup.Version = $env:appveyor_build_version
$propertyGroup.PackageVersion = $env:appveyor_build_version
$xml.Save($xmlPath)
Expand Down

0 comments on commit dff5e53

Please sign in to comment.