Skip to content

Remove ApplicationInsights.config from VisualStudio.gitignore#1889

Merged
shiftkey merged 1 commit intogithub:masterfrom
aholmes:master
Mar 4, 2016
Merged

Remove ApplicationInsights.config from VisualStudio.gitignore#1889
shiftkey merged 1 commit intogithub:masterfrom
aholmes:master

Conversation

@aholmes
Copy link
Copy Markdown

@aholmes aholmes commented Mar 4, 2016

Reasons for making this change:

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.

Links to documentation supporting these rule changes:

https://azure.microsoft.com/en-us/documentation/articles/app-insights-start-monitoring-app-health-usage/#ide

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.
@shiftkey
Copy link
Copy Markdown
Member

shiftkey commented Mar 4, 2016

@aholmes thanks for this!

shiftkey added a commit that referenced this pull request Mar 4, 2016
Remove ApplicationInsights.config from VisualStudio.gitignore
@shiftkey shiftkey merged commit 8411714 into github:master Mar 4, 2016
@aholmes
Copy link
Copy Markdown
Author

aholmes commented Mar 4, 2016

And thank you!

u9E9F pushed a commit to u9E9F/gitignore that referenced this pull request Jul 8, 2017
Remove ApplicationInsights.config from VisualStudio.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants