Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuration-specific Web.configs added to project even if they don't exist #67

Open
HamsterExAstris opened this issue Jul 30, 2023 · 0 comments · May be fixed by #68
Open

Configuration-specific Web.configs added to project even if they don't exist #67

HamsterExAstris opened this issue Jul 30, 2023 · 0 comments · May be fixed by #68

Comments

@HamsterExAstris
Copy link

Upon upgrading to the newest version (4.0.88), I found that Web.Debug.config/Web.Release.config were showing up as items with a ContentType of None in my project despite them not existing on disk:

image

In addition to showing in Solution Explorer, they also get added as pending changes to TFVC. (Probably not an issue with Git.)

I assume this was added by #44. I tried fixing the SDK but couldn't figure out the correct MSBuild incantation to add an Exclude attribute.

As a workaround I have explicit Remove items in my .csproj for them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant