Paket: paket restore exited with code 1 with msbuild

Created on 13 Jul 2016  路  5Comments  路  Source: fsprojects/Paket

C:BuildsMainsrc.paketpaket.targets (39): The command "C:BuildsMainsrc.paketpaket.exe" restore --references-files "C:BuildsMainsrcAlgorithmspaket.references"" exited with code 1.

Is there a minimum required msbuild version? I'm using msbuild v4.0.30319.

All 5 comments

When/where is this happening?

Nevermind. It was an permission issue to get one of the nuget packages. Closing the issue.

renangms. Please let us know how to solve this problem.

So how did you solve it??? Why do you just close it without actually telling us how to solve it. Come on.

A path exceeded a limit on characters in my case. Moving the solution to a directory higher up solved the issue. Identified by running the restore command (similar to op's) in Command Prompt.

Was this page helpful?
0 / 5 - 0 ratings