We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f467d5f commit 59303f7Copy full SHA for 59303f7
1 file changed
.github/workflows/release.yml
@@ -12,6 +12,7 @@ permissions:
12
jobs:
13
release:
14
runs-on: windows-2025-vs2026 # (260405Ch) net10.0-windows + WinForms setup build needs Visual Studio 18 on GitHub-hosted runners.
15
+ timeout-minutes: 30 # 260405Cl 追加: devenv ハング時に無限待ちしないようジョブ全体にタイムアウト設定
16
17
steps:
18
- name: Checkout
@@ -202,6 +203,7 @@ jobs:
202
203
204
- name: Build installer with Visual Studio
205
id: build_installer
206
+ timeout-minutes: 10 # 260405Cl 追加: devenv ハング防止
207
shell: pwsh
208
run: |
209
# (260405Ch) Build vdproj from a packaging-only solution so setup can resolve project outputs without rebuilding managed projects.
0 commit comments