
Net8 Local Development Without Docker In Saas Commerce
- Mark Hall
- Optimizely
Introduction Now that Optimizely SaaS (Configured) Commerce has released net 8 support and updated their infrastructure to run on linux, we are starting to move some of our clients to .net 8 and linux hosting. This means we will need to be able to run .net 8 version locally, which according to offical docs requires docker desktop. While I love docker for creating images for deployed services, I hate using it locally because it consumes alot of diskspace, memory, as well as docker desktop no longer being free. This post will guide you on you can run locally .net 8 without using docker.
Read More
Using Azure Devops Pipelines in Optimizely SAAS (Configured) Commerce
- Mark Hall
- Optimizely
Introduction When working with SAAS Commerce build service v2 your currently need to use a github repo with configured branches to start deployments. Any time a push is comitted to the configured branches the build service will start a deployment.
Read More