RDunkley / meta-dotnet-core

BitBake recipes to use the pre-built binaries provided by Microsoft for .Net Core and their remote debugger.
MIT License
34 stars 28 forks source link

ASP.NET application recipe example #27

Closed antaveiv closed 2 years ago

antaveiv commented 3 years ago

I have successfully installed .NET 5 into my image. Is there an example of a recipe for deploying an ASP.NET application somewhere? Thanks

RDunkley commented 2 years ago

I don't have an example for this. If you find one or create one, I can point to it from the README.

shyd commented 1 year ago

Hi @antaveiv did you manage to build your app from sources with a recipe? Deploying an prebuilt dll seems obvious, but I want to build it with bitbake instead.

Cheers