onnxruntime/csharp/ApiDocs/docfx.json
Changming Sun a0d36a508c
Move C# doc Github Action to Windows (#22880)
### Description
Move C# doc Github Action to Windows machines, to avoid having
dependency on Mono which I think is getting deprecated.


### Motivation and Context
<!-- - Why is this change required? What problem does it solve?
- If it fixes an open issue, please link to the issue here. -->
2024-11-18 23:56:59 -08:00

77 lines
1.5 KiB
JSON

{
"metadata": [
{
"src": [
{
"files": [
"src/Microsoft.ML.OnnxRuntime/Microsoft.ML.OnnxRuntime.csproj"
],
"src": "../"
}
],
"dest": "api",
"disableGitFeatures": false,
"disableDefaultFilter": false,
"noRestore": true,
"properties": {
"AllowUnsafeBlocks": "true",
"TargetFramework": "net8.0",
"Nullable": "enable",
"LangVersion": "8.0",
"IncludeMobileTargets": "false",
"EnableTrainingApis": "true"
},
"filter": "filterConfig.yml"
}
],
"build": {
"content": [
{
"files": [
"api/**.yml",
"api/**.html",
"api/index.md",
"api/**/index.md"
]
},
{
"files": [
"toc.yml\",",
"toc.yml",
"*.md",
"api/toc.yml"
]
}
],
"resource": [
{
"files": [
//"images/**"
]
}
],
"overwrite": [
{
"files": [
"api/**.md"
],
"exclude": [
"obj/**",
"csharp/**"
]
}
],
"dest": "csharp",
"globalMetadataFiles": [],
"fileMetadataFiles": [],
"template": [
"_exported_templates/default"
],
"postProcessors": [],
"markdownEngineName": "markdig",
"noLangKeyword": false,
"keepFileLink": false,
"cleanupCacheHistory": false,
"disableGitFeatures": false
}
}