Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Fix CI build error on main branch #10098

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

filzrev
Copy link
Contributor

@filzrev filzrev commented Jul 9, 2024

This PR fix CI build problems that introduced by #10092

On Windows CI environment.
Following error is occurred after PR is merged to main branch`.

 … at Code Coverage" --consoleLoggerParameters:Summary;Verbosity=Minimal
     |                                                        ~~~~~~~~~~~~~~~~~
     | The term 'Verbosity=Minimal' is not recognized as a name of a cmdlet, function, script file, or executable
     | program. Check the spelling of the name, or if a path was included, verify that the path is correct and try
     | again.

This PR add quote to parameter to avoid command parse problems on pwsh.

@yufeih yufeih merged commit 3eafe9f into dotnet:main Jul 9, 2024
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants