Commit ac646ff
fix(cli): require installed source for local template hives
The template package resolver should not treat every registered `pr-*`
channel as an installed hive. That made the hive-gate test select the PR
channel even when no local hive/source existed on disk.
Keep the dogfood install-prefix behavior, but only count a local-build
channel as a hive signal when its Aspire package source is a local path
that exists. Arbitrary registered channels without installed packages keep
falling back to the implicit channel.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8f89514 commit ac646ff
1 file changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
209 | 209 | | |
210 | 210 | | |
211 | 211 | | |
212 | | - | |
| 212 | + | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
| |||
296 | 296 | | |
297 | 297 | | |
298 | 298 | | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
299 | 309 | | |
300 | 310 | | |
301 | 311 | | |
| |||
0 commit comments