-
Notifications
You must be signed in to change notification settings - Fork 528
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Mono.Android] Generate docs for any API level
The `_UpdateExternalDocumentation` target has been updated to allow API docs to be updated against any API level. Latest stable versions will still be used by default, however the `$(AndroidApiLevel)`, `$(AndroidPlatformId)`, and `$(AndroidFrameworkVersion)` properties can now be set if needed. This will let us update the current API 31 docs without having to release an API 32 update. The api docs pipeline has been updated to allow these properties to be set at queue time, and it will now upload a `.diff` file rather than the entire docs folder.
- Loading branch information
Showing
3 changed files
with
62 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters