2
Vote

When installing SheepAspect from nuget an absolute path to SheepAspectLocation is set in the .csproj file

description

This path should be relative so that it doesn't matter where the .csproj file is located on disk.
 
I have the following propertygroup defined, and it seems to work for me:
<PropertyGroup Label="SheepAspectProperties">
<SheepAspectLocation>.\</SheepAspectLocation>
</PropertyGroup>

comments

hendryluk wrote Nov 26, 2012 at 1:43 AM

First of all, apologies for a massively delayed response. I did not realise I don't get an email notification from the issue tracker.
And thanks for reporting the issue. It's very good point. All other paths injected in the csproj are relative, but I seem to have missed to spot that one. I will get that fixed for the next nuget release.

hendryluk wrote Nov 26, 2012 at 3:17 AM

This issue has been fixed on v0.3.0.6