Skip to content

Commit b2bacc5

Browse files
author
Aaron Holmes
committed
Remote ApplicationInsights.config from VisualStudio.gitignore
Commit a25589c 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.
1 parent 1c70d14 commit b2bacc5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

VisualStudio.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,6 @@ csx/
163163
ecf/
164164
rcf/
165165

166-
# Microsoft Azure ApplicationInsights config file
167-
ApplicationInsights.config
168-
169166
# Windows Store app package directories and files
170167
AppPackages/
171168
BundleArtifacts/

0 commit comments

Comments
 (0)