Skip to content

Commit

Permalink
Change server paths to use LOCALHOST (dotnet#55523)
Browse files Browse the repository at this point in the history
  • Loading branch information
jozkee authored Jul 13, 2021
1 parent c8b3051 commit 2d596ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ internal static IEnumerable<string> PathToTargetData
// Extended DOS
yield return Path.Combine(@"\\?\", Path.GetTempPath(), "foo");
// UNC
yield return @"\\SERVER\share\path";
yield return @"\\LOCALHOST\share\path";
}
else
{
Expand Down

0 comments on commit 2d596ec

Please sign in to comment.