Skip to content

Commit

Permalink
Fix - Update paths for API generation (#803)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPulman authored Nov 4, 2023
1 parent 3dfaf0e commit 58c9c2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
6 changes: 2 additions & 4 deletions .nuke/build.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,22 +72,20 @@
"items": {
"type": "string",
"enum": [
"BuildWebsite",
"Clean",
"Compile",
"Restore"
]
}
},
"Solution": {
"type": "string",
"description": "Path to a solution file that is automatically loaded"
},
"Target": {
"type": "array",
"description": "List of targets to be invoked. Default is '{default_target}'",
"items": {
"type": "string",
"enum": [
"BuildWebsite",
"Clean",
"Compile",
"Restore"
Expand Down
7 changes: 2 additions & 5 deletions reactiveui/docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"/**/ReactiveUI.AndroidSupport/bin/*/monoandroid13.0/ReactiveUI.AndroidSupport.dll",
"/**/ReactiveUI.AndroidX/bin/*/monoandroid13.0/ReactiveUI.AndroidX.dll",
"/**/ReactiveUI.Blazor/bin/*/netstandard2.0/ReactiveUI.Blazor.dll",
"/**/ReactiveUI.Blend/bin/*/net7.0-windows10.0.19041.0/ReactiveUI.Blend.dll",
"/**/ReactiveUI.Drawing/bin/*/net7.0/ReactiveUI.Drawing.dll",
"/**/ReactiveUI.Blend/bin/*/net7.0-windows10.0.17763.0/ReactiveUI.Blend.dll",
"/**/ReactiveUI.Drawing/bin/*/netstandard2.0/ReactiveUI.Drawing.dll",
"/**/ReactiveUI.Fody/bin/*/netstandard2.0/ReactiveUI.Fody.dll",
"/**/ReactiveUI.Fody.Analyzer/bin/*/netstandard2.0/ReactiveUI.Fody.Analyzer.dll",
"/**/ReactiveUI.Fody.Helpers/bin/*/netstandard2.0/ReactiveUI.Fody.Helpers.dll",
Expand Down Expand Up @@ -54,9 +54,6 @@
}
],
"dest": "api",
"properties": {
"TargetFramework": "net7.0"
},
"outputFormat": "mref",
"includePrivateMembers": false,
"disableGitFeatures": false,
Expand Down

0 comments on commit 58c9c2f

Please sign in to comment.