File: MockFeedType.cs
Web Access
Project: ..\..\..\test\Microsoft.DotNet.Tools.Tests.ComponentMocks\Microsoft.DotNet.Tools.Tests.ComponentMocks.csproj (Microsoft.DotNet.Tools.Tests.ComponentMocks)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace Microsoft.DotNet.Tools.Tests.ComponentMocks
{
    public enum MockFeedType
    {
        FeedFromGlobalNugetConfig,
        FeedFromLookUpNugetConfig,
        ExplicitNugetConfig,
        ImplicitAdditionalFeed
    }
}