From 3949ed80051fa2a6252d0cce853971978c367163 Mon Sep 17 00:00:00 2001 From: Jeavon Date: Tue, 8 Nov 2016 10:04:27 +0000 Subject: [PATCH] Set AppVeyor build number to match everything else --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index 21ac9ab392..71d38f7032 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -18,6 +18,7 @@ install: - "SET PATH=C:\\Program Files\\dotnet\\bin;%PATH%" - ps: .\build\appveyor-semver.ps1 +- ps: Update-AppveyorBuild -Version "v$Env:appveyor_version" assembly_info: patch: true