We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bf6cc5 commit b984e1fCopy full SHA for b984e1f
Public/Src/Utilities/Native.Extensions/FileUtilitiesExtensions.cs
@@ -23,8 +23,8 @@ public static class FileUtilitiesExtensions
23
/// as the vanilla BuildXL build for Windows and skip Unix implementations completely
24
/// </remarks>
25
private static readonly IFileSystemExtensions s_fileSystemExtensions = OperatingSystemHelper.IsUnixOS
26
- ? new FileSystemExtensionsWin()
27
- : new FileSystemExtensionsUnix();
+ ? new FileSystemExtensionsUnix()
+ : new FileSystemExtensionsWin();
28
29
/// <see cref="IFileSystemExtensions.IsCopyOnWriteSupportedByEnlistmentVolume"/>
30
public static bool IsCopyOnWriteSupportedByEnlistmentVolume
0 commit comments