Skip to content

Commit bba638a

Browse files
committed
Try to workaround warnings from InspectCode
1 parent a3defb2 commit bba638a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: Directory.Build.props

+4
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<AdditionalFiles Include="$(MSBuildThisFileDirectory)CSharpGuidelinesAnalyzer.config" Visible="False" />
2222
</ItemGroup>
2323

24+
<ItemGroup>
25+
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
26+
</ItemGroup>
27+
2428
<PropertyGroup Condition="'$(CI)' != ''">
2529
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
2630
</PropertyGroup>

0 commit comments

Comments
 (0)