Skip to content

Commit

Permalink
Downgrade docfx version
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldendulk committed Dec 8, 2019
1 parent 8b19a3d commit 5b34a6e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docfx/build-site.cmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
ECHO CHOCO INSTALL
choco install docfx -y || exit /b
ECHO CHOCO UPGRADE
choco upgrade docfx -y || exit /b
choco install docfx --version 2.40.11 --allow-downgrade -y || exit /b
ECHO NUGET RESTORE
nuget restore mapsui.sln
ECHO DOCFX
Expand Down

0 comments on commit 5b34a6e

Please sign in to comment.