How does the binaries.zip get created

Hi Sebastian,

How do you create the binaries.zip file that is on Releases · Squidex/squidex · GitHub?

I think I found it.

.github\workflows\release.yml

How would you manually create/build the binaries folder in Visual Studio?

Just dotnet publish -c Release

Yep, saw it in Dockerfile and after messing around the entire day with building docker images and configuring Kestrel I’ve finally managed to do what I wanted :grin: Thanks!

1 Like