Skip to content

Commit

Permalink
CI: Set AppVeyor build version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rondom committed Jan 2, 2019
1 parent 5d5c7bf commit 7f4afc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,7 @@
$mm_version += $env:APPVEYOR_BUILD_NUMBER;
(Get-Content "${env:APPVEYOR_BUILD_FOLDER}\CHANGELOG.md") -replace '[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,2}\.[0-9]{1,4}', ($env:APPVEYOR_BUILD_VERSION.Split("-")[0] + '.' + $mm_version) | out-file "${env:APPVEYOR_BUILD_FOLDER}\CHANGELOG.md"
$installer_version = $env:APPVEYOR_BUILD_VERSION.Split("-")[0] + '.' + $mm_version;
Update-AppveyorBuild -Version $installer_version
- ps: |
if ($env:CONFIGURATION -eq "All") {
$env:Path = $env:Path + ";C:\Program Files (x86)\WiX Toolset v3.10;C:\Program Files (x86)\Windows Kits\8.1\bin\x64\"
Expand Down

0 comments on commit 7f4afc3

Please sign in to comment.