You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I store my nuget packages on a different drive, which results in an absolute path to the packages (P:\ in my case).
When installing the nuget package for TemplateBuilder it alters the project file but assumes that this is a relative path resulting in a project that wont load.
in the project file the TemplateBuilderTargets element looks something like this:
I store my nuget packages on a different drive, which results in an absolute path to the packages (P:\ in my case).
When installing the nuget package for TemplateBuilder it alters the project file but assumes that this is a relative path resulting in a project that wont load.
in the project file the TemplateBuilderTargets element looks something like this:
<TemplateBuilderTargets Condition=" '$(TemplateBuilderTargets)'=='' ">$([System.IO.Path]::GetFullPath( $(MSBuildProjectDirectory)\.\P:\TemplateBuilder.1.1.3\tools\ligershark.templates.targets ))</TemplateBuilderTargets>
Im not sure of what path i should put in here to get it working... can anyone point me in the right direction?
The text was updated successfully, but these errors were encountered: