microsoft / node-api-dotnet

Advanced interoperability between .NET and JavaScript in the same process.
MIT License
524 stars 58 forks source link

Publish nuget & npm packages to ADO #80

Open vmoroz opened 1 year ago

vmoroz commented 1 year ago

This is to enable us publishing Nuget and NPM packages.

vmoroz commented 1 year ago

I realized that there are still few tasks from the check list that are not completed yet. Moving it back to the "In progress".

luanmm commented 11 months ago

Is Linux (amd64/x86_64, not just arm64) being considered too? If so, I would be happy to do some tests and help on it if that can contribute to the project somehow.

robertlong commented 2 weeks ago

Hey, just checking on the status of this. We're currently using node-api-dotnet and would love to be able to use a linux arm64 docker container in development. I see the 1.0 milestone was due a couple days ago, but don't see any related progress on the linux arm64 bits of that milestone. Is this something that we can help with or is it coming soon?

vmoroz commented 3 days ago

Hey, just checking on the status of this. We're currently using node-api-dotnet and would love to be able to use a linux arm64 docker container in development. I see the 1.0 milestone was due a couple days ago, but don't see any related progress on the linux arm64 bits of that milestone. Is this something that we can help with or is it coming soon?

I am addressing the linux arm64 build in this PR: https://github.com/microsoft/node-api-dotnet/pull/402 Though, we still cannot sign and release the new bits. I hope we will get it restored by the middle of December.