Skip to content

Commit

Permalink
Remember to keep in sync SDK feature flags (#3393)
Browse files Browse the repository at this point in the history
Remember to keep in sync SDK feature flags.
  • Loading branch information
MarcoRossignoli authored Feb 21, 2022
1 parent cdb0e0c commit 3721d60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ namespace Microsoft.VisualStudio.TestPlatform.Utilities;
using System;
using System.Collections.Generic;

// !!! FEATURES MUST BE KEPT IN SYNC WITH https://github.com/dotnet/sdk/blob/main/src/Cli/dotnet/commands/dotnet-test/VSTestFeatureFlag.cs !!!
internal partial class FeatureFlag : IFeatureFlag
{
private static readonly Dictionary<string, bool> FeatureFlags = new();
Expand Down

0 comments on commit 3721d60

Please sign in to comment.