Skip to content

Commit 2519b5c

Browse files
committed
Update EvergreenLibraryTemplate.json
Fix OneDrive filter
1 parent a495cf5 commit 2519b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Evergreen/EvergreenLibraryTemplate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{
1010
"Name": "MicrosoftOneDrive",
1111
"EvergreenApp": "MicrosoftOneDrive",
12-
"Filter": "$_.Architecture -eq \"x64\" -and $_.Ring -eq \"Production\" -and $_.Throttle -eq \"10\""
12+
"Filter": "$_.Architecture -eq \"x64\" -and $_.Ring -eq \"Production\" -and $_.Throttle -eq \"100\""
1313
},
1414
{
1515
"Name": "MicrosoftEdge",

0 commit comments

Comments
 (0)