-
Notifications
You must be signed in to change notification settings - Fork 228
Specify run directory as repo root for mcp runner #10681
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the mcp runner script to specify the run directory as the repository root.
- Adds a new parameter $RunDirectory to set the working directory for the process.
- Modifies the Start-Process invocation to use the specified working directory.
|
The following pipelines have been queued for testing: |
aa3a79b to
237b471
Compare
|
The following pipelines have been queued for testing: |
237b471 to
d479041
Compare
|
The following pipelines have been queued for testing: |
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#10681 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Specify run directory as repo root for mcp runner