Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NuGet packaging step to CI/CD workflow (#405)
* Add NuGet packaging step to CI/CD workflow For now this just uploads to build artifacts; we will upload to nuget.org once we've tested that the packages are built correctly. * Add step to publish NuGet packages Requires the GitHub org secret named SILLSDEV_PUBLISH_NUGET_ORG to be present in the org and reachable from this repo. * Remove Appveyor CI We don't want two build processes pushing to nuget.org. * Push .snupkg files as well as .nupkg * Continue workflow if pushing NuGet packages fails --------- Co-authored-by: Christopher Hirt <[email protected]>
- Loading branch information