How can one have TFS source control ignore content files from packages? #11937
Unanswered
hugoqribeiro
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
We're having this tricky problem with a package that is used to share a common
.editorconfig
(namedglobal.editorconfig
).That package (
Primavera.Hydrogen.DesignTime.Configuration
) adds .props file and theglobal.editorconfig
like this:The .props file itself configures the target project to use the global.editorconfig:
Now this where it gets tricky.
This package is added to the targets projects like this:
The problem is that when we open a solution with this package and the package is restored the first time, TFS source control complains with the following message:
NOTE:
The solution is here in on path
D:\PrjNET\(...)
and the packages are being restored to%UserProfile%\.nuget\packages
.Question
Anyone knows what can be done to have TFS ignore this kind of content files that are not actually in the project but instead are content files in design-time packages?
Beta Was this translation helpful? Give feedback.
All reactions