ServiceStack build/test/deploy process

Just wondering if you have any documentation on the build/test/deploy logic/process that you use for ServiceStack, targetting both .NetFramework and .Net Core? We manage a number of internal nuget packages and would like to make things more professional.

Our builds use GitHub Actions which is all contained within the ServiceStack repo:

Whose results are publicly visible on https://github.com/ServiceStack/ServiceStack/actions

Since we use GitHub Actions + Docker we’re only running CI tests on .NET 6, but it builds, packages & deploys all target framework builds. We used TeamCity’s built-in NUnit Test runner support on our own build server to run .NET Framework tests.

1 Like

As always, thanks @mythz