shell Dotnet CLI
# build individual projects dotnet build SlickCMS.Core dotnet build SlickCMS.Data dotnet build SlickCMS.Web # build the main project, which will build dependencies cd \SlickCMS.Web dotnet build # run the project dotnet run dotnet run --project SlickCMS.Web # publish the project dotnet publish -p:PublishProfile=slickhouse-v11
Using the dotnet CLI to build, run and publish SlickCMS.
Updated: Monday 13th October 2025, 05:58pm
There are 0 comments
Comments are currently closed.