File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
build/BenchmarkDotNet.Build Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
<PackageReference Include =" Cake.Frosting" Version =" 3.0.0" />
10
10
<PackageReference Include =" Cake.FileHelpers" Version =" 6.1.3" />
11
11
<PackageReference Include =" Cake.Git" Version =" 3.0.0" />
12
- <PackageReference Include =" Microsoft.DocAsCode. App" Version =" 2.67.5 " />
12
+ <PackageReference Include =" Docfx. App" Version =" 2.71.0 " />
13
13
<PackageReference Include =" Octokit" Version =" 7.0.0" />
14
14
</ItemGroup >
15
15
</Project >
Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ private void RunDocfx()
133
133
134
134
var currentDirectory = Directory . GetCurrentDirectory ( ) ;
135
135
Directory . SetCurrentDirectory ( docfxJsonFile . GetDirectory ( ) . FullPath ) ;
136
- Microsoft . DocAsCode . Dotnet . DotnetApiCatalog . GenerateManagedReferenceYamlFiles ( docfxJsonFile . FullPath ) . Wait ( ) ;
137
- Microsoft . DocAsCode . Docset . Build ( docfxJsonFile . FullPath ) . Wait ( ) ;
136
+ Docfx . Dotnet . DotnetApiCatalog . GenerateManagedReferenceYamlFiles ( docfxJsonFile . FullPath ) . Wait ( ) ;
137
+ Docfx . Docset . Build ( docfxJsonFile . FullPath ) . Wait ( ) ;
138
138
Directory . SetCurrentDirectory ( currentDirectory ) ;
139
139
}
140
140
You can’t perform that action at this time.
0 commit comments