mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-14 20:48:00 +00:00
### 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. -->
77 lines
1.5 KiB
JSON
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
|
|
}
|
|
}
|