We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8491381 commit 71ac9b8Copy full SHA for 71ac9b8
src/ThisAssembly.Git/ThisAssembly.Git.targets
@@ -55,7 +55,8 @@
55
56
<!-- Add SourceRoot as a project property too -->
57
<ItemGroup>
58
- <_ThisAssemblyGitSourceRoot Include="@(SourceRoot -> WithMetadataValue('SourceControl', 'git'))" />
+ <_ThisAssemblyGitSourceRoot Include="@(SourceRoot -> WithMetadataValue('SourceControl', 'git'))"
59
+ Exclude="@(SourceRoot -> HasMetadata('NestedRoot'))" />
60
</ItemGroup>
61
62
<PropertyGroup>
0 commit comments