]> source.dussan.org Git - gitignore.git/commit
Remote ApplicationInsights.config from VisualStudio.gitignore 1889/head
authorAaron Holmes <aholmes@bltomato.com>
Fri, 4 Mar 2016 21:07:34 +0000 (13:07 -0800)
committerAaron Holmes <aholmes@bltomato.com>
Fri, 4 Mar 2016 21:07:34 +0000 (13:07 -0800)
commitb2bacc5184025503d99072486a4be4a0a8e5f300
treea989f3cdaf33a42eda2c18e71b4cb6281837efe2
parent1c70d149b55cd81ddfc326040286f85cd07b361d
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