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 03a2810 commit add1b5aCopy full SHA for add1b5a
Directory.Build.props
@@ -19,7 +19,7 @@
19
</PropertyGroup>
20
<ItemGroup>
21
<PackageReference
22
- Condition="$(MSBuildProjectName.EndsWith('Tests'))"
+ Condition="!$(MSBuildProjectName.EndsWith('Tests'))"
23
Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All"/>
24
</ItemGroup>
25
</Project>
0 commit comments