1 reference to DefaultPathWindows
Microsoft.DotNet.ArcadeAzureIntegration (1)
AzureCliCredentialWithAzNoUpdateWrapper.cs (1)
40
private static readonly string DefaultPath = RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ?
DefaultPathWindows
: DefaultPathNonWindows;