Merge pull request #11656 from Mailaender/appveyor-pandoc

Fixed AppVeyor failing at the MarkDown to HTML step
This commit is contained in:
abcdefg30
2016-07-16 12:44:53 +02:00
committed by GitHub

View File

@@ -52,7 +52,7 @@ test_script:
- nunit3-console OpenRA.Test.dll --result=myresults.xml;format=AppVeyor
after_test:
- choco install pandoc -y
- choco install pandoc -y --force
- '"%ProgramFiles(x86)%\Pandoc\pandoc.exe" -o README.html README.md'
- '"%ProgramFiles(x86)%\Pandoc\pandoc.exe" -o CONTRIBUTING.html CONTRIBUTING.md'
- appveyor DownloadFile "https://raw.githubusercontent.com/wiki/OpenRA/OpenRA/Changelog.md" -FileName Changelog.md