feat(agent): choco package template#1683
feat(agent): choco package template#1683Richard Markiewicz (thenextman) merged 1 commit intomasterfrom
Conversation
Let maintainers know that an action is required on their side
|
There was a problem hiding this comment.
Pull request overview
Adds an initial Chocolatey packaging template for the Devolutions Agent to support automated packaging/distribution via Chocolatey.
Changes:
- Introduces a Chocolatey install script template for installing the MSI from a CDN URL with checksum placeholders.
- Adds an uninstall script that locates the installed product via registry and attempts to uninstall it.
- Adds a
.nuspectemplate defining package metadata and included tool scripts.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package/chocolatey/agent/tools/chocolateyUninstall.ps1 | Adds uninstall logic using registry detection and Chocolatey uninstall helper |
| package/chocolatey/agent/tools/chocolateyInstall.template.ps1 | Adds install script template to install the MSI with placeholder version/checksum |
| package/chocolatey/agent/devolutionsagent.template.nuspec | Adds nuspec template with metadata and tool file inclusions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
41d8430 to
96b3dd9
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
90d7f86 to
be7504c
Compare
Add a template for the Devolutions Agent chocolatey package