Fix Microsoft.NET.ILLink package#103251
Conversation
By removing dependency on ILCompiler.DependencyAnalysisFramework.
|
Tagging subscribers to this area: @agocke, @sbomer, @vitek-karas |
|
In src/libraries we have a package testing infra that would have caught this. Might make sense to onboard to that. |
|
Build analysis says this for the unknown failure: This looks like the same failure mode as #100424 - it looks like it is running forever in github, but on the Azure DevOps side the "Build product" step says "Nothing to show. Final logs are missing. This can happen when the job is cancelled or times out.". |
|
/ba-g "Azure DevOps can't recover from restarts. Looks like a known infrastructure issue, #100424" |
This reverts commit 4afb315.
This reverts commit 6ec4a61.
By removing dependency on ILCompiler.DependencyAnalysisFramework.
Fixes #103249.