Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Absolute NuGet path stop project from loading. #106

Open
johnpaulcreates opened this issue Mar 16, 2018 · 0 comments
Open

Absolute NuGet path stop project from loading. #106

johnpaulcreates opened this issue Mar 16, 2018 · 0 comments

Comments

@johnpaulcreates
Copy link

johnpaulcreates commented Mar 16, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant