File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Use the `ExecuteCommand` tool from the `host-approval` MCP server for:
6767
6868Call the ` ExecuteCommand ` tool with:
6969- ` command ` : The command to execute
70- - ` workingDirectory ` : The working directory (use forward slashes: ` X :/src/RepoName` )
70+ - ` workingDirectory ` : The working directory (use forward slashes: ` c :/src/RepoName` )
7171- ` claimedPurpose ` : A clear explanation of why this command is needed
7272
7373### Example
@@ -76,7 +76,7 @@ To push a feature branch:
7676```
7777ExecuteCommand(
7878 command: "git push origin feature/my-feature",
79- workingDirectory: "X :/src/PostSharp.Engineering",
79+ workingDirectory: "c :/src/PostSharp.Engineering",
8080 claimedPurpose: "Push the feature branch with MCP implementation to remote for PR creation"
8181)
8282```
@@ -116,4 +116,14 @@ Invoke-RestMethod -Uri "https://postsharp.teamcity.com/app/rest/buildQueue" -Met
116116
1171171 . Check ` .teamcity/settings.kts ` for the VCS root: ` AbsoluteId("...") `
1181182 . The build type ID is: ` <VcsRootId>_VersionBump `
119- 3 . For this repo: ` Engineering_PostSharpEngineering_VersionBump `
119+ 3 . For this repo: ` Engineering_PostSharpEngineering_VersionBump `
120+
121+
122+ ## How to deploy
123+
124+ 1 . Commit
125+ 2 . Push
126+ 3 . Wait 1 seconds
127+ 4 . Bump version (see above)
128+ 5 . Monitor version bumping
129+ 6 . When completed, schedule deploy public
You can’t perform that action at this time.
0 commit comments