Tuesday, July 12, 2016

Pre-compilation as part of your Kudu deployment

We're currently using Kudu to do CI builds/deployments to our development Azure website, so every time a new commit hits our GitHub dev branch this automatically triggers a new build and deployment. 

To speed up the initial load time of the Azure website after a deployment, I wanted to pre-compile the website as part of that pipeline.

It showed to pretty easy as we already had a custom deploy.cmd for Kudu.
Here are the pre-compilation steps added after the existing KuduSync.







No comments:

Post a Comment