From 8bb19defd6fd30f2f9935b02c242a5904e286c86 Mon Sep 17 00:00:00 2001 From: Oliver Brakmann Date: Fri, 10 Apr 2015 12:10:12 +0200 Subject: [PATCH] Only set the version once in appveyor.yaml --- appveyor.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2eb9dea95f..ecaebb377f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -16,7 +16,6 @@ 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'