Open
Description
Library name and version
eng ci script
Describe the bug
See this PR: #47422 which contains a lot of unexpected changes to ci.mgmt.yml
, basically a repetitive content is inserted. The root cause is probably in
Expected behavior
/eng/scripts/Update-Mgmt-CI.ps1
should work correctly under non-Windows environment.
Actual behavior
Due to regex matching failure, a repetitive content will be inserted in ci.mgmt.yml
of each sdk.
Reproduction Steps
Run /eng/scripts/Update-Mgmt-CI.ps1
under non-Windows environment
Environment
No response