[mono] Add MonoAOTCompiler MSBuild Task to produce NuPkg - #46537
Conversation
Remove changes related to testing the MonoAOTCompiler NuPkg Remove changes to deprecated files that led to file additions
|
Shouldn't all wasm build tasks be put into one nuget package ? |
|
@vargaz I thought MonoAOTCompiler could apply to iOS and Android as well |
This package is intended to be used beyond runtime. Each of the sdk's will define a workload that will contain a bunch of workload packs (the AOT MSBuild Task is one of them). That will allow the developer to choose (or not) to install different parts of the dotnet sdk. I would prefer to have wasm specific tasks to be in their own package (should we need any). |
radical
left a comment
There was a problem hiding this comment.
I think it would be very helpful to have an example project that uses this package. Or at least explain how this will get used. That would make it easier to think about where the UsingTask should be, for example.
|
We use the |
Maybe in a Have you tried using the generated nuget with such a sample? |
Co-authored-by: Ankit Jain <radical@gmail.com>
Part of #46429
This PR produces a NuGet package containing the MonoAOTCompiler task and imports the
MonoAOTCompilertask for immediate use.