Skip to content

Use inspectcode.sh on non-Windows platforms (#4313)#4760

Open
1PetarVujakovic wants to merge 1 commit intocake-build:developfrom
1PetarVujakovic:fix-inspectcode-linux-runner
Open

Use inspectcode.sh on non-Windows platforms (#4313)#4760
1PetarVujakovic wants to merge 1 commit intocake-build:developfrom
1PetarVujakovic:fix-inspectcode-linux-runner

Conversation

@1PetarVujakovic
Copy link

Fixes #4313

On Linux/macOS installations of ReSharper Command Line Tools the entry point is
"inspectcode.sh", but Cake currently attempts to execute "inspectcode.exe".

This change prefers inspectcode.sh on non-Windows platforms while keeping
".exe" as fallback to preserve compatibility with existing setups and tests.

@1PetarVujakovic
Copy link
Author

@microsoft-github-policy-service agree

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.

InspectCode calls the exe file even on Linux, where it doesn't work

1 participant