Skip to content

Commit add1b5a

Browse files
committed
Update Directory.Build.props
1 parent 03a2810 commit add1b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</PropertyGroup>
2020
<ItemGroup>
2121
<PackageReference
22-
Condition="$(MSBuildProjectName.EndsWith('Tests'))"
22+
Condition="!$(MSBuildProjectName.EndsWith('Tests'))"
2323
Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
2424
</ItemGroup>
2525
</Project>

0 commit comments

Comments
 (0)