Commit 8680485
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 <chris@hirtfamily.net>1 parent 2174e95 commit 8680485
2 files changed
+22
-47
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
99 | 121 | | |
100 | 122 | | |
101 | 123 | | |
| |||
This file was deleted.
0 commit comments