From 7f4afc30ab5a8bbdfa5369896be217596141cc7b Mon Sep 17 00:00:00 2001 From: Andreas Gnau Date: Wed, 29 Mar 2017 18:29:03 +0200 Subject: [PATCH] CI: Set AppVeyor build version --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 644dba3f0..7954ad3df 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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\"