aspnet / live.asp.net

Code for live.asp.net, which hosts the ASP.NET Community Stand-up
https://live.asp.net/
MIT License
289 stars 114 forks source link

Set up Kudu deployment script to publish in Release & pre-compile site #20

Closed DamianEdwards closed 9 years ago

DamianEdwards commented 9 years ago

Get the deploy.cmd from the SCM portal, modify it to run dnu publish --no-source --configuration Release and put it in the root of the repo. Hopefully it will speed up the app startup time after deployment slightly.