Skip to content

Commit c1a6eba

Browse files
committed
move dir props up
1 parent 4b5f562 commit c1a6eba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Directory.Build.props renamed to Directory.Build.props

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
44
</PropertyGroup>
55
<ItemGroup>
6-
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
6+
<PackageReference
7+
Condition="$(MSBuildProjectName.EndsWith('Tests'))"
8+
Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
79
</ItemGroup>
810
</Project>

0 commit comments

Comments
 (0)