Skip to content

Commit

Permalink
Enabled ModuleFileNamePatch on Release channel. (#1143)
Browse files Browse the repository at this point in the history
  • Loading branch information
boocmp authored Jul 29, 2024
1 parent fa6cedd commit ea8148f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,33 @@
},
"name": "ModuleFileNamePatchStudy"
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"ModuleFileNamePatch"
]
},
"name": "Enabled",
"probability_weight": 15
},
{
"name": "Default",
"probability_weight": 85
}
],
"filter": {
"channel": [
"RELEASE"
],
"min_version": "112.1.51.89",
"platform": [
"WINDOWS"
]
},
"name": "ModuleFileNamePatchStudyRelease"
},
{
"experiments": [
{
Expand Down

0 comments on commit ea8148f

Please sign in to comment.