-
-
Notifications
You must be signed in to change notification settings - Fork 371
Description
Hello,
I am trying to move running SHBF to our Azure DevOps build pipeline, after running it locally for years, but have not been able to configure the SHFBROOT variable correctly.
I have installed the EWSoftware.SHBF and EWSoftware.SHBF.NETFramework packages in the .NET Framework project.
As the solution does not have a package folder when working locally with VS2019, I have not been able to come up with a valid SHFBROOT and ComponentPath. Just to see what happened, I also copied the two PackageReference items from the .NET framework project to the SHFB project.
So far, the .NET framework project builds as expected, after both the required packages have been installed by NuGet restore, before MSBuild throws an error because it has not found the SandcastleHelpFileBuilder.targets.
How can I determine what is the correct path to the targets file?