User2012297617 posted
I'm currently getting an error when I try to build my checked-in code. Unfortunately, the error is very generic.... it only says "exited with code 1".
The is the entire error:
D:\WorkingDirectories\1\Project\CI-Main\src\PreBuild\PreBuild.csproj (43): The command ""D:\WorkingDirectories\1\Project\CI-Main\src\PreBuild\..\tools\NuGet.exe" restore "D:\WorkingDirectories\1\Project\CI-Main\src\PreBuild\..\MyProject\src\MyProject.sln""
exited with code 1.
I'm getting this error as well:
Other Errors
1 error(s)
|
Exception Message: MSBuild error 1 has ended this build. You can find more specific information about the cause of this error in above messages. (type BuildProcessTerminateException) Exception Stack Trace: at System.Activities.Statements.Throw.Execute(CodeActivityContext
context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
bookmarkManager, Location resultLocation)
|
I already ran the command below, but no luck. Any help is greatly appreciated.
Install-Package NuGetEnablePackageRestore