Hopefully someone can answer my questions fast.
1. If I create a CI build definition in VS 2012 for a website project and and the following MSBuild arguments will it publish only the files in the current changeset OR the whole website.
/p:DeployOnBuild=true;PublishProfile=website_dev
2. My files are not being publish when using the above arguments but the build completes. Can anyone tell me why?
Thanks!