microsoft / microsoft/node-api-dotnet
Publish nuget & npm packages to ADO
Open
@vmoroz is already working on this.
Since Apr 2, 2023.
build
- Dominant language
- C#
- Stars
- 783
- Forks
- 80
- PR merge metrics
- No merged PRs in 30d
Description
This is to enable us publishing Nuget and NPM packages.
- Implement ADO pipeline (PRs #72, #73).
- Sign assemblies and NuGet packages with Microsoft certificates (PRs #72).
- Publish Nuget and NPM packages as public ADO artifacts (internal ADO pipeline).
- Add required metadata to NuGet packages (PR# 76, #74).
- Add required metadata to NPM packages (PR# 78).
- Avoid dependency on Nerdbank.GitVersioning in published Nuget (PR# 77).
- Publish to Nuget.org and npmjs.com (internal ADO pipeline).
- Enable linux-arm64 ADO build.
- Publish symbols #177
- Publish sources for debugging #363
- Run tests in ADO pipeline.
- Run code formatting in ADO pipeline.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.