It works
Warnings (1 of many shown below), not everything is cleaned
warning: Could not stat path 'test/dotnet-publish.Tests/bin/Debug/netcoreapp1.0/PortableAppWithIntentionalDowngradePublishesDowngradedManagedCode/
PortableTests/PortableAppWithIntentionalManagedDowngrade/bin/Debug/netcoreapp1.0/PortableAppWithIntentionalManagedDowngrade.deps.json':
Filename too long
Guessing CLI team doesn't use Windows much :grin: @eerhardt have you seen this?
Workaround: move test/ folder out of repo, and git reset --hard to get just the source back
I haven't tried it, but I'm hopeful :) Can you let us know if this works, @nguerrera ?
did you get a chance to try that out?
Not yet. Gotta wonder why this isn't the default.
agreed. probably worried people have exception-driven logic :-/
I have used this for a while with success: git config --system core.longpaths true. @nguerrera if this does not solve it for you, please, re-activate.
Using mingw/git bash on windows, I had to run git config --global core.longpaths true.
Most helpful comment
I have used this for a while with success:
git config --system core.longpaths true. @nguerrera if this does not solve it for you, please, re-activate.