Skip to content

Commit

Permalink
Added a way to specify feature flags using the cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Kir-Antipov committed Jun 1, 2024
1 parent fe489ba commit 56dc7b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>preview</LangVersion>
<SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage>
<DefineConstants>$(DefineConstants)$(FeatureFlags.Replace("#",";"))</DefineConstants>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 56dc7b9

Please sign in to comment.