You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…618.8 (#4629)
Microsoft.FSharp.Compiler
From Version 10.10.0-beta.20312.5 -> To Version 10.10.0-beta.20318.8
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
From @anurse on July 17, 2015 20:2
I was seeing a weird recursive behavior with dnu publish when I did the following:
dnu publish -o output
Expected: dnu publish finishes and publishes the app properly
Actual: dnu publish crashes with a "path too long" error because it got into a recursive loop continually publishing the
output
subdirectory.I need to sanity check that this repros, but I wanted to file it so it didn't get forgotten.
Copied from original issue: aspnet/dnx#2288
The text was updated successfully, but these errors were encountered: