FSharp build fails in MSBuild, but works ok in Visual Studio

前端 未结 3 900
梦如初夏
梦如初夏 2021-01-12 03:05

I have a number of projects in my solution, among which also a F# project. Everything builds fine in Visual Studio, but when I try to build it with MSBuild on my TeamCity se

3条回答
  •  庸人自扰
    2021-01-12 03:35

    I had a problem today with the same symptoms on my build server. What fixed it for me was starting up VS on the build server and creating a F# project, which installed the F# tooling. It was not installed completely by default.

提交回复
热议问题