rsdn / CodeJam

Set of handy reusable .NET components that can simplify your daily work and save your time when you copy and paste your favorite helper methods and classes from one project to another
MIT License
258 stars 35 forks source link

Documentation project build is failing #57

Closed NN--- closed 5 years ago

NN--- commented 5 years ago
  CodeJam.Main -> c:\projects\codejam\Main\src\bin\Debug\net461\CodeJam.dll
SHFB : warning BHT0001: Unable to get executing project:  Unable to obtain matching project from the global collection.  The specified project will be loaded but command line property overrides will be ignored. [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002: Unable to build project 'c:\projects\codejam\CodeJamDoc.shfbproj': SandcastleBuilder.Utils.BuilderException: Error reading project from 'c:\projects\codejam\CodeJamDoc.shfbproj': [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002: The selected file is for a more recent version of the help file builder.  Please upgrade your copy to load the file. ---> SandcastleBuilder.Utils.BuilderException: The selected file is for a more recent version of the help file builder.  Please upgrade your copy to load the file. [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002:    at SandcastleBuilder.Utils.SandcastleProject.LoadProperties() [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002:    --- End of inner exception stack trace --- [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002:    at SandcastleBuilder.Utils.SandcastleProject.LoadProperties() [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002:    at SandcastleBuilder.Utils.SandcastleProject..ctor(Project existingProject) [c:\projects\codejam\CodeJamDoc.shfbproj]
SHFB : error BHT0002:    at SandcastleBuilder.Utils.MSBuild.BuildHelp.Execute() [c:\projects\codejam\CodeJamDoc.shfbproj]
Command exited with code 1
Push-AppveyorArtifact C:\projects\codejam\Help\LastBuild.log
Resolve-Path : Cannot find path 'C:\projects\codejam\Help\LastBuild.log' because it does not exist.
At C:\Program Files\AppVeyor\BuildAgent\Modules\build-worker-api\build-worker-api.psm1:207 char:18
+     $fullPath = (Resolve-Path $Path).Path
+                  ~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (C:\projects\codejam\Help\LastBuild.log:String) [Resolve-Path], ItemNotFoundException
    + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.ResolvePathCommand

Push-AppveyorArtifactInternal : Cannot bind argument to parameter 'FullPath' because it is null.
At C:\Program Files\AppVeyor\BuildAgent\Modules\build-worker-api\build-worker-api.psm1:209 char:42
+     Push-AppveyorArtifactInternal -FullPath $fullPath -FileName $File ...
+                                             ~~~~~~~~~
    + CategoryInfo          : InvalidData: (:) [Push-AppveyorArtifactInternal], ParameterBindingValidationException
    + FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,Appveyor.BuildAgent.Api.Utils.PushAppveyorArtifactInternalCmdlet