File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 88/** /obj /
99_site
1010fm-v * /
11+ # #####################
12+ # nuget local tools #
13+ # #####################
14+ # >= 6.3.1.1
15+ nuget.exe
16+ docfx.console /**
Original file line number Diff line number Diff line change @@ -19,11 +19,13 @@ steps:
1919
2020- task : NuGetToolInstaller@1
2121
22+ # We need to use 2.59.4 of docfx.console due to https://github.com/dotnet/docfx/issues/8097
23+ # which is fixed by https://github.com/dotnet/docfx/pull/8135
2224- task : NuGetCommand@2
2325 displayName : ' Install docfx.console'
2426 inputs :
2527 command : ' custom'
26- arguments : ' install docfx.console -Version 2.44.0 -ExcludeVersion'
28+ arguments : ' install docfx.console -Version 2.59.4 -ExcludeVersion'
2729
2830- script : |
2931 $(docFxTool) metadata docfx.json
You can’t perform that action at this time.
0 commit comments