Skip to content

Commit

Permalink
Still trying
Browse files Browse the repository at this point in the history
  • Loading branch information
serialseb committed Feb 26, 2017
1 parent 7c841a9 commit e5345c8
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 @@ -62,7 +62,7 @@ after_build:
echo "Loading from $uri"
$releaseNotes = (Invoke-WebRequest -Uri $uri | convertfrom-json).body.Replace('"','\"')
echo "Release notes: $releaseNotes"
nuspecPath = "$($env:APPVEYOR_BUILD_FOLDER)\ConsulStructure.nuspec"
$nuspecPath = "$($env:APPVEYOR_BUILD_FOLDER)\ConsulStructure.nuspec"
$nuspec = [xml](Get-Content $nuspecPath)
$nuspec.package.metadata.releaseNotes = $releaseNotes
$nuspec.Save($nuspecPath)
Expand Down

0 comments on commit e5345c8

Please sign in to comment.