Merge pull request #7766 from Mailaender/appveyor-make-version

Fixed the missing version tag in the Windows installer
This commit is contained in:
Oliver Brakmann
2015-03-29 11:08:52 +02:00

View File

@@ -16,6 +16,7 @@ test_script:
- nunit-console-x86.exe OpenRA.Test.dll - nunit-console-x86.exe OpenRA.Test.dll
after_test: after_test:
- make version
- choco install pandoc -y - choco install pandoc -y
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o README.html README.md' - '%LOCALAPPDATA%\Pandoc\pandoc.exe -o README.html README.md'
- '%LOCALAPPDATA%\Pandoc\pandoc.exe -o CONTRIBUTING.html CONTRIBUTING.md' - '%LOCALAPPDATA%\Pandoc\pandoc.exe -o CONTRIBUTING.html CONTRIBUTING.md'