-
Notifications
You must be signed in to change notification settings - Fork 902
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(maint) Add ability for Agent debugging
Chocolatey Agent adds `--run-actual` on every Chocolatey CLI command run. When we're in debug mode and `--run-actual` is passed to Chocolatey CLI, we should not pause execution as the end as we're likely in agent and cannot acknowledge the pause. This also adds a change to the cake recipe to add `--run-actual` on the `unpackself` step as when we're building a debug version we don't want to pause for the user to press a key.
- Loading branch information
Showing
2 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters