File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/PostSharp.Engineering.BuildTools/Resources Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212 [switch ]$Claude , # Run Claude CLI instead of Build.ps1. Use -Claude for interactive, -Claude "prompt" for non-interactive.
1313 [switch ]$NoMcp , # Do not start the MCP approval server (for -Claude mode).
1414 [string ]$ImageName , # Image name (defaults to a name based on the directory).
15- [string ]$BuildAgentPath = ' C:\BuildAgent' ,
15+ [string ]$BuildAgentPath = $ ( if ( $ env: TEAMCITY_JRE ) { Split-Path $ env: TEAMCITY_JRE - Parent } else { ' C:\BuildAgent' }) ,
1616 [switch ]$LoadEnvFromKeyVault , # Forces loading environment variables form the key vault.
1717 [switch ]$StartVsmon , # Enable the remote debugger.
1818 [string ]$Script = ' Build.ps1' , # The build script to be executed inside Docker.
Original file line number Diff line number Diff line change 1212 [switch ]$Claude , # Run Claude CLI instead of Build.ps1. Use -Claude for interactive, -Claude "prompt" for non-interactive.
1313 [switch ]$NoMcp , # Do not start the MCP approval server (for -Claude mode).
1414 [string ]$ImageName , # Image name (defaults to a name based on the directory).
15- [string ]$BuildAgentPath = ' C:\BuildAgent' ,
15+ [string ]$BuildAgentPath = $ ( if ( $ env: TEAMCITY_JRE ) { Split-Path $ env: TEAMCITY_JRE - Parent } else { ' C:\BuildAgent' }) ,
1616 [switch ]$LoadEnvFromKeyVault , # Forces loading environment variables form the key vault.
1717 [switch ]$StartVsmon , # Enable the remote debugger.
1818 [string ]$Script = ' Build.ps1' , # The build script to be executed inside Docker.
You can’t perform that action at this time.
0 commit comments