Skip to content

NuGet.CommandLine: Platform check on PushCommand_PushToFileSystemSourceUncStyle is incorrect #1053

@deepakaravindr

Description

@deepakaravindr

NuGet.CommandLine: Platform check on PushCommand_PushToFileSystemSourceUncStyle is incorrect. Fix this

        // UNC only works in Windows. So skip this test if we're running on Unix,
        if (Path.DirectorySeparatorChar == '/')
        {
            return;
        }

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions