Merge pull request #7762 from Mailaender/appveyor-after-test

Package after the units tests instead of before deploy
This commit is contained in:
Matthias Mailänder
2015-03-28 23:33:55 +01:00

View File

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