Skip to content

Commit

Permalink
Update EvergreenLibraryTemplate.json
Browse files Browse the repository at this point in the history
Fix OneDrive filter
  • Loading branch information
aaronparker committed Nov 7, 2024
1 parent a495cf5 commit 2519b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Evergreen/EvergreenLibraryTemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
{
"Name": "MicrosoftOneDrive",
"EvergreenApp": "MicrosoftOneDrive",
"Filter": "$_.Architecture -eq \"x64\" -and $_.Ring -eq \"Production\" -and $_.Throttle -eq \"10\""
"Filter": "$_.Architecture -eq \"x64\" -and $_.Ring -eq \"Production\" -and $_.Throttle -eq \"100\""
},
{
"Name": "MicrosoftEdge",
Expand Down

0 comments on commit 2519b5c

Please sign in to comment.