feat: add GitHub Release publication flow - #3
Merged
Marc-André Moreau (mamoreau-devolutions) merged 5 commits intoSep 4, 2026
Merged
feat: add GitHub Release publication flow#3Marc-André Moreau (mamoreau-devolutions) merged 5 commits into
Marc-André Moreau (mamoreau-devolutions) merged 5 commits into
Conversation
Marc-André Moreau (mamoreau-devolutions)
requested a review
from a team
as a code owner
September 4, 2026 16:21
Add a WiX MSI installer and sign Windows MSIX/MSI packages on the Linux release runner with Devolutions psign-tool and Azure Artifact Signing, without materializing a certificate on the runner.
Keep only per-architecture .msix packages for Windows x64 and ARM64.
Harvest the publish layout into GeneratedProductComponents.wxs before dotnet build so ProductComponents exists at compile time, and fix PowerShell TrimStart when computing relative paths.
Write-MsiComponents.ps1 is a PowerShell script, so StrictMode throws when LASTEXITCODE is unset. Rely on the generated WXS existing instead.
Marc-André Moreau (mamoreau-devolutions)
merged commit Sep 4, 2026
c4d156f
into
master
24 checks passed
Marc-André Moreau (mamoreau-devolutions)
deleted the
copilot/packaging-workflows
branch
September 4, 2026 21:37
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a release-only packaging and publishing path for Devolutions Terminal. Regular CI still builds and tests unsigned artifacts; publication happens only on tag or manual dispatch, and assets go straight to GitHub Releases (no OneDrive).
What this includes
workflow_dispatchorv*tagsDevolutions.Terminal_<version>_x64.msixand_arm64.msix) plus a WiX MSI installerpsign-tooland Azure Artifact Signing (Trusted Signing)gh releaseupload of signed Windows packages and Linux/macOS archivesSigning model
The private key never lands on the runner. CI downloads
psign-toolfromDevolutions/psignand signs per-architecture.msixand.msifiles in place:Required secrets:
ARTIFACT_SIGNING_ENDPOINTARTIFACT_SIGNING_ACCOUNT_NAMEARTIFACT_SIGNING_PROFILE_NAMEAZURE_TENANT_IDCODE_SIGNING_CLIENT_IDCODE_SIGNING_CLIENT_SECRETOptional variable:
CODE_SIGNING_TIMESTAMP_SERVER(defaults tohttp://timestamp.acs.microsoft.com/)Local PFX signing remains available for development dry-runs only.
Notes
.msixbundleis built or published.PublisherinPackage.appxmanifestmust match the Artifact Signing certificate subject.Validation