I connected Visual Studio Team Services to the Azure Website to enable automatic deployment. The new relic works as a system process, so it is NewRelic.Agent.Core.dllblocked, which prevents the deployment of successful assemblies.
I tried to add the wpp.targets file to the solution, to use MSDeploy to copy the app_offline document to the site before deployment, and then delete it when the deployment is complete, as shown. However, this does not seem to be true. I don't see anything in the build logs, and my deployments continue to fail.
How to disable the application when using the VS Team Services / Azure CI process?
source
share