最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

What could be the problem when fable compilation hangs in an msbuild Target task - Stack Overflow

programmeradmin4浏览0评论

I have an F# fable project that compiles well with the f# compiler. When I run

dotnet fable x.fsproj

on the command line that compiles within a few seconds. But when I run the same command with msbuild:

<Exec Command="dotnet fable x.fsproj" />

that hangs and never completes. What could be the issue, how to diagnose? I had similar Targets with fable that worked. I have no idea why that does not work now.

发布评论

评论列表(0)

  1. 暂无评论