From b2bacc5184025503d99072486a4be4a0a8e5f300 Mon Sep 17 00:00:00 2001 From: Aaron Holmes Date: Fri, 4 Mar 2016 13:07:34 -0800 Subject: [PATCH] Remote ApplicationInsights.config from VisualStudio.gitignore Commit a25589c92187674f68dcfafe8433e0c1e6069159 introduced an ignore line for ApplicationInsights.config. This change breaks builds on certain systems, namely VSTS. The current ASP.NET 4 template adds ApplicationInsights.config to the project's .csproj file. When VSTS attempts to build the project, it will fail if it cannot find ApplicationInsights.config. ApplicationInsights.config is a required application file and should not be ignored. --- VisualStudio.gitignore | 3 --- 1 file changed, 3 deletions(-) diff --git a/VisualStudio.gitignore b/VisualStudio.gitignore index 6d3b6e5d..ef007c15 100644 --- a/VisualStudio.gitignore +++ b/VisualStudio.gitignore @@ -163,9 +163,6 @@ csx/ ecf/ rcf/ -# Microsoft Azure ApplicationInsights config file -ApplicationInsights.config - # Windows Store app package directories and files AppPackages/ BundleArtifacts/