fix(release): default unsigned MSIX in CI for Store submission - #14
Merged
Conversation
[中文] - 变更内容: - release workflow 默认将 MSIX_SKIP_SIGN 设为 true(仅当未配置 secret 时) - build_msix.ps1 在使用自签证书时,验签失败改为告警,不再导致 CI 失败 - 更新 where progress 记录本次任务状态 - 影响范围: - .github/workflows/release.yml - scripts/build_msix.ps1 - .where-agent-progress.md - 兼容性/行为变化: - 默认产物改为未签名 MSIX(适用于上传 Microsoft Store 由平台签名) - 提供正式证书时仍可按原流程签名 - 依赖/环境: - 无新增依赖 [English] - Changes: - Set MSIX_SKIP_SIGN to true by default in release workflow when secret is empty - Downgrade self-signed SignTool verification failures to warnings in build_msix.ps1 - Update where progress file for this task - Impact: - .github/workflows/release.yml - scripts/build_msix.ps1 - .where-agent-progress.md - Compatibility / Behavior Changes: - CI now produces unsigned MSIX by default for Store submission - Signed flow remains available when a real certificate is provided - Dependencies / Environment: - No new dependencies
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.
[中文]
变更内容:
release workflow 默认将 MSIX_SKIP_SIGN 设为 true(仅当未配置 secret 时)
build_msix.ps1 在使用自签证书时,验签失败改为告警,不再导致 CI 失败
更新 where progress 记录本次任务状态
影响范围:
.github/workflows/release.yml
scripts/build_msix.ps1
.where-agent-progress.md
兼容性/行为变化:
默认产物改为未签名 MSIX(适用于上传 Microsoft Store 由平台签名)
提供正式证书时仍可按原流程签名
依赖/环境:
[English]
Changes:
Set MSIX_SKIP_SIGN to true by default in release workflow when secret is empty
Downgrade self-signed SignTool verification failures to warnings in build_msix.ps1
Update where progress file for this task
Impact:
.github/workflows/release.yml
scripts/build_msix.ps1
.where-agent-progress.md
Compatibility / Behavior Changes:
CI now produces unsigned MSIX by default for Store submission
Signed flow remains available when a real certificate is provided
Dependencies / Environment: