From d5c906e078c4ef5e86d01c6369ab37f1a59ee715 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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 630bd895c..05a018dd1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -14,7 +14,7 @@ WLK_INST_CACHE: '%DOKAN_CI_CACHE%\wlk_inst' DOKAN_MAIN_BUILD_JOB_NAME: "Image: Visual Studio 2017; Configuration: All" - version: 1.2.0-{build} + version: 0.0.0-{build} configuration: - All - Coverity @@ -221,6 +221,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\"