Skip to content

Commit

Permalink
REmove innertext parse
Browse files Browse the repository at this point in the history
  • Loading branch information
jbtule committed Jul 31, 2019
1 parent 87d53fc commit dec6128
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 @@ -21,7 +21,7 @@ before_build:
- ps: >-
[xml]$XmlDocument = Get-Content -Path Keyczar\Directory.Build.Props
$env:vprefix = $XmlDocument.Project.PropertyGroup.VersionPrefix.InnerText
$env:vprefix = $XmlDocument.Project.PropertyGroup.VersionPrefix
Update-AppveyorBuild -Version $env:vprefix$env:vmid$env:vsuffix
- cmd: cd Keyczar
Expand Down

0 comments on commit dec6128

Please sign in to comment.