Skip to content

Commit

Permalink
[build] Bump: Microsoft.DocAsCode.App 2.67.5 -> Docfx.App 2.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyAkinshin committed Oct 3, 2023
1 parent 465aaf1 commit 9a7bb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/BenchmarkDotNet.Build/BenchmarkDotNet.Build.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Cake.Frosting" Version="3.0.0" />
<PackageReference Include="Cake.FileHelpers" Version="6.1.3" />
<PackageReference Include="Cake.Git" Version="3.0.0" />
<PackageReference Include="Microsoft.DocAsCode.App" Version="2.67.5" />
<PackageReference Include="Docfx.App" Version="2.71.0" />
<PackageReference Include="Octokit" Version="7.0.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions build/BenchmarkDotNet.Build/Runners/DocumentationRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,8 @@ private void RunDocfx()

var currentDirectory = Directory.GetCurrentDirectory();
Directory.SetCurrentDirectory(docfxJsonFile.GetDirectory().FullPath);
Microsoft.DocAsCode.Dotnet.DotnetApiCatalog.GenerateManagedReferenceYamlFiles(docfxJsonFile.FullPath).Wait();
Microsoft.DocAsCode.Docset.Build(docfxJsonFile.FullPath).Wait();
Docfx.Dotnet.DotnetApiCatalog.GenerateManagedReferenceYamlFiles(docfxJsonFile.FullPath).Wait();
Docfx.Docset.Build(docfxJsonFile.FullPath).Wait();
Directory.SetCurrentDirectory(currentDirectory);
}

Expand Down

0 comments on commit 9a7bb7d

Please sign in to comment.