You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 8, 2021. It is now read-only.
Support running checks against a .pkg installation (#23)
Context: dotnet/android#3644dotnet/android#3644 introduces an Azure Pipelines job to run
API compatibility checks against an installed `.pkg` file that was
produced by a previous step in the build pipeline. This new check
appears to be failing due to the fact that our installer includes
`Mono.Android.Export.dll` and `OpenTK-1.0.dll` in the *first* target
framework directory that it creates rather than all of them.
We'll now check the first target framework directory for these
relevant assemblies, and only attempt to use the latest if the first
doesn't exist to address this, which would happen on PR builds.
An additional check has also been added to ensure that every expected
API info file is successfully created, regardless of content.
0 commit comments