Skip to content

Commit

Permalink
Specfy version for DocFx explicitly
Browse files Browse the repository at this point in the history
It seems like 2.42 broke the PDF generation which requires us to use version 2.41. To make sure we install the right one the version is defined explicitly.
  • Loading branch information
StefanKert committed Apr 30, 2019
1 parent 12547bd commit 906532a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Expand Up @@ -48,7 +48,7 @@ steps:
# The current latest version 0.12.5 contains a bug that prevents the creation of TOCs
# Specific version can be removed as soon as 0.12.6 is released
choco install wkhtmltopdf --version 0.12.4.20170325 --allow-downgrade -y
choco install docfx -y
choco install docfx --version 2.41 -y
nuget install DocFx.Plugins.PlantUml -ExcludeVersion -OutputDirectory .
displayName: 'Install prerequisites'

Expand Down

0 comments on commit 906532a

Please sign in to comment.