Here is another path that does not get copied:
<CodeAnalysisRuleSet>..\..\something</CodeAnalysisRuleSet>
Can be worked around by "Additional Files to Include", but should be copied by default.
Thanks!
Leonid
Build/Test Issues
CodeAnalysisRuleSet path does not get copied to workplace
Started by Leonid on 6,779 views
Additionally, the .ruleset file can have:
<RuleHintPaths>
<Path>..\Some\Other\Relative\Path</Path
</RuleHintPaths>
And we had to do "Additional Files to Include" on that too.
<RuleHintPaths>
<Path>..\Some\Other\Relative\Path</Path
</RuleHintPaths>
And we had to do "Additional Files to Include" on that too.
Remco NCrunch Developer
#4100
30 Apr 2013 06:38 UTC
Excellent, thank you! I'll see if I can sort this out.
Cheers,
Remco
Cheers,
Remco
Post a reply
Log in to reply.