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

Use UseShellExecute=false for chmod process #2579

Merged
merged 1 commit into from
Oct 16, 2020

Conversation

AR-May
Copy link
Member

@AR-May AR-May commented Oct 14, 2020

Delivers issue #2072.
Related to PR #1555 and issue #1547.

The chmod post-action got broken because UseShellExecute option of System.Diagnostics.Process.Start changed its meaning from "run /bin/sh" to "run xdg-open" on Linux (and "run open" on Mac OS).
PR #1555 partially fixed the problem, but it is needed also to switch the UseShellExecute from true to false and refuse to use this unstable option to completely fix the problem.

@AR-May AR-May requested a review from a team as a code owner October 14, 2020 12:41
@AR-May AR-May merged commit ee35ba2 into dotnet:master Oct 16, 2020
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.

4 participants