File tree Expand file tree Collapse file tree
src/BootstrapBlazor.Server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "rollForward" : false
1111 },
1212 "bootstrapblazor.llmsdocsgenerator" : {
13- "version" : " 10.0.1 " ,
13+ "version" : " 10.0.2 " ,
1414 "commands" : [
1515 " llms-docs"
1616 ],
Original file line number Diff line number Diff line change 11<Project >
22
3- <Target Name =" LLMs" AfterTargets =" AfterPublish " Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
3+ <Target Name =" LLMs" AfterTargets =" Publish " Condition =" '$(TargetFramework)' == '$(RunTargetFramework)'" >
44 <Message Text =" LLMs documentation generating ..." Importance =" high" ></Message >
55 <Exec Command =" dotnet tool restore" ></Exec >
6- <Exec Command =" dotnet llms-docs --root=$(MSBuildThisFileDirectory)" ></Exec >
6+ <Exec Command =" dotnet llms-docs --root=$(MSBuildThisFileDirectory) --output=$(PublishDir) " ></Exec >
77 </Target >
88
99</Project >
You can’t perform that action at this time.
0 commit comments