Questions
- Why is it important to use a build server to build deployment packages?
- How can settings be set at publish time for web packages?
- Why is it not a good idea to put certain connection strings and API keys in configs and transforms source control?
- What issues do we have with config transforms in cloud services?
- Why could it be helpful to deploy a website to the filesystem or publish a cloud service package locally?
- What problem may we face while trying to build projects rather than solutions on the Visual Studio Online Team Foundation build server?
- What extra step do we need to perform when building cloud service packages on the build server?
- When we run a
deploy.cmd
script, what is the difference between the/T
and/Y
arguments? - What approach should we take to set logging levels when deploying a new system?