Commit b2bacc51 authored by Aaron Holmes's avatar Aaron Holmes

Remote ApplicationInsights.config from VisualStudio.gitignore

Commit a25589c9 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.
parent 1c70d149
...@@ -163,9 +163,6 @@ csx/ ...@@ -163,9 +163,6 @@ csx/
ecf/ ecf/
rcf/ rcf/
# Microsoft Azure ApplicationInsights config file
ApplicationInsights.config
# Windows Store app package directories and files # Windows Store app package directories and files
AppPackages/ AppPackages/
BundleArtifacts/ BundleArtifacts/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment