PaketExePath on macOS 10.12
pro100filipp opened this issue · 6 comments
When running dotnet restore
on dotnet v2 it fails with
Cannot open assembly '': No such file or directory. /Users/philipp/Projects/FSharp/awesome/.paket/Paket.Restore.targets(16,5): error MSB3073: The c ommand "/Library/Frameworks/Mono.framework/Commands/mono --runtime=v4.0.30319 "" restore --proj ect "/Users/philipp/Projects/FSharp/awesome/awesome.fsproj" --target-framework netstandard1.6" exited with code 2. [/Users/philipp/Projects/FSharp/awesome/awesome.fsproj]
The problem is in missing XML variable condition in Paket.Restore.targets:
<PaketExePath Condition=" '$(PaketExePath)' == '' ">$(PaketToolsPath)paket.exe</PaketExePath>
The issue occurs only on dotnet v2.
@forki Could you please have a look? Cheers!
@pro100filipp I don't really see the issue. #16 is newest version. can you point me to the concrete issue?
I can't confirm since it could not repro the issue after I delete my user folder crap
@pro100filipp Could you give it a try ?
@MangelMaxime @forki just tried it on my macOS 10.12. Works fine. Thank you! Can be closed.