Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions build-tools/automation/azure-pipelines.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ extends:
clean: all
variables:
BuildVersion: $(Build.BuildId)
# Ignore MAUI's public API analyzer errors (RS0016) - dotnet/android does not care about those
PublicApiType: Generate
Comment thread
jonathanpeppers marked this conversation as resolved.
steps:
- checkout: maui
clean: true
Expand Down
Loading