We use a custom deploy.cmd script to do Kudu deployments to Azure on checkin to git. There are 4 projects/solutions being deployed in this file. I modified the existing default script so thst for each project we get Nuget, do msbuild, then do kudusync. If some projects build and sync successfully but others don't then an error is generated and the deploy is failed. What state is the website in at this point? Will it have some fixes but not others or is everything reverted? If not the latter, then is it possible to do the whole thing as an all or nothing approach?
Much Thanks.