Commit 45d3992
fix(fx-core): accept newer 'Can't determine project language' output from func
Azure Functions Core Tools >= 4.0.6280 changed its no-project hint from
'Unable to find project root' to 'Can't determine project language from files'.
Latent assertion in funcTool.it.ts only matched the old text; the env-checker
CI gate (triggered only on deps-checker PRs) caught it. Accept either message.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 1af4747 commit 45d3992
1 file changed
Lines changed: 10 additions & 5 deletions
Lines changed: 10 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
241 | 246 | | |
0 commit comments