From e289be1557f228b1960bf36b67b144b881727caf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Sun, 29 Mar 2015 08:24:47 +0200 Subject: [PATCH] tag the version on Windows --- appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/appveyor.yml b/appveyor.yml index c93404e563..4c82b61f8d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,6 +16,7 @@ test_script: - nunit-console-x86.exe OpenRA.Test.dll after_test: + - make version - choco install pandoc -y - '%LOCALAPPDATA%\Pandoc\pandoc.exe -o README.html README.md' - '%LOCALAPPDATA%\Pandoc\pandoc.exe -o CONTRIBUTING.html CONTRIBUTING.md'