Skip to content

Commit

Permalink
Fix the aot search regex (dotnet#47969)
Browse files Browse the repository at this point in the history
* Fix the aot search regex

FabricBot doesn't support regular expression flags. Hence going with a workaround.

* Update .github/fabricbot.json

Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>

---------

Co-authored-by: Andrew Casey <amcasey@users.noreply.github.com>
  • Loading branch information
mkArtakMSFT and amcasey authored Apr 28, 2023
1 parent 8f36789 commit e54438a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/fabricbot.json
Original file line number Diff line number Diff line change
Expand Up @@ -3687,7 +3687,7 @@
{
"name": "bodyContains",
"parameters": {
"bodyPattern": "(aot)/i",
"bodyPattern": "[Aa][Oo][Tt]",
"isRegex": true
}
},
Expand Down

0 comments on commit e54438a

Please sign in to comment.