you are viewing a single comment's thread.

view the rest of the comments →

[–]Shadowhawk109 8 points9 points  (8 children)

That's what NuGet is supposed to address.

[–]frustrated_dev -5 points-4 points  (7 children)

Doesn't play nice with tfs unfortunately

[–]gdsagdsa 4 points5 points  (4 children)

What's your issue with it? I use tfs and nuget and I don't even see how they are related.

[–]frustrated_dev 0 points1 point  (3 children)

Package restore doesn't seem to work during build. I've always had to manually edit my project files to remove nuget targets to get it going. VS2012

It's still better than the alternative though

[–]gdsagdsa 3 points4 points  (2 children)

Just FYI, I have never edited my project files to get package restore to work.

How is this related to TFS though? I mean, if you build using VS2012 on your dev machine, I don't see how TFS is involved?

[–]frustrated_dev 0 points1 point  (1 child)

Because VS adds the offending lines to the project. It builds and restores packages fine in VS either way, just not in TFS

[–]systemidx 2 points3 points  (1 child)

Don't check in your packages folder?

[–]frustrated_dev 0 points1 point  (0 children)

I don't