dotnet / netcorecli-fsc

[DEPRECATED] F# and .NET Core SDK working together

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build fails when spaces are in the path

danielrbradley opened this issue · comments

Error during CoreCompile:

C:\...\1.0.0-alpha-000009\build\netstandard1.0\FSharp.NET.Core.Sdk.targets(131,9): error MSB3073: The command "dotnet compile-fsc @C:\...\obj\Release\netstandard1.6\dotnet-compile.rsp" exited with code 1. [C:\....fsproj]

My guess would be that it's due to missing quotations around DotnetCompileFscResponseFilePath in master/src/FSharp.NET.Sdk/FSharp.NET.Core.Sdk.targets#L131