Unverified 提交 6e72b0fe authored 作者: Will Chen's avatar Will Chen 提交者: GitHub

Fix Windows Trusted Signing client tools installation (#2440)

## Summary - Update winget command to use the correct package ID `Microsoft.Azure.TrustedSigningClientTools` for Azure Trusted Signing - Add explicit `--source winget` and `-e --id` flags for more reliable package resolution ## Test plan - Verify Windows release build workflow runs successfully with the updated package installation command 🤖 Generated with [Claude Code](https://claude.com/claude-code) <!-- devin-review-badge-begin --> --- <a href="https://app.devin.ai/review/dyad-sh/dyad/pull/2440"> <picture> <source media="(prefers-color-scheme: dark)" srcset="https://static.devin.ai/assets/gh-open-in-devin-review-dark.svg?v=1"> <img src="https://static.devin.ai/assets/gh-open-in-devin-review-light.svg?v=1" alt="Open with Devin"> </picture> </a> <!-- devin-review-badge-end --> Co-authored-by: 's avatarClaude Opus 4.5 <noreply@anthropic.com>
上级 5fcad337
...@@ -49,7 +49,7 @@ jobs: ...@@ -49,7 +49,7 @@ jobs:
if: contains(matrix.os.name, 'windows') if: contains(matrix.os.name, 'windows')
shell: powershell shell: powershell
run: | run: |
winget install Microsoft.AzureTrustedSigning --accept-source-agreements --accept-package-agreements winget install -e --id Microsoft.Azure.TrustedSigningClientTools --source winget --accept-source-agreements --accept-package-agreements
- name: Create Azure signing metadata - name: Create Azure signing metadata
if: contains(matrix.os.name, 'windows') if: contains(matrix.os.name, 'windows')
shell: powershell shell: powershell
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论