Skip to content

Commit

Permalink
[NoTicket] - Attempting to fix the name of the version variable in ap…
Browse files Browse the repository at this point in the history
…pveyor.yml.
  • Loading branch information
eoin55 committed Jan 4, 2017
1 parent 87d6f60 commit 0e72eab
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 @@ -21,9 +21,9 @@ before_build:
Write-Host "version = " + $json.version
Write-Host "version = $env:VERSION"
Write-Host "version = $env:APPVEYOR_BUILD_VERSION"
$json.version = "$env:VERSION"
$json.version = "$env:APPVEYOR_BUILD_VERSION"
$json | ConvertTo-Json | Set-Content .\Src\HoneyBear.HalClient\project.json
build_script:
Expand Down

0 comments on commit 0e72eab

Please sign in to comment.